Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Jan 31, 2025
1 parent ac9f888 commit ddcccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Step 3. Verify the changelog file exists using the extracted version code.
- name: Verify changelog file exists
run: |
FILE_PATH="fastlane/metadata/anroid/en-US/changelogs/${{ env.VERSION_CODE }}.txt"
FILE_PATH="fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt"
if [ ! -f "$FILE_PATH" ]; then
echo "Changelog file not found at $FILE_PATH"
exit 1
Expand All @@ -48,7 +48,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
FILE_PATH="fastlane/metadata/anroid/en-US/changelogs/${{ env.VERSION_CODE }}.txt"
FILE_PATH="fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt"
echo "Updating release notes from file: $FILE_PATH"
echo "Changelog content:"
cat "$FILE_PATH"
Expand Down

0 comments on commit ddcccf9

Please sign in to comment.