Skip to content

Commit

Permalink
fix: fix lacked app name in release part of action
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 26, 2024
1 parent a975ac0 commit 9e9c22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Use a new run as newly defined environment variables can't be accessed in the same step
- run: |
echo "APP_NAME_UNVERSIONED_WITH_EXTENSION=${APP_NAME}-debug.apk" >> "${GITHUB_ENV}"
echo "APP_NAME_VERSIONED_WITH_EXTENSION=${GITHUB_REF_NAME}.apk" >> "${GITHUB_ENV}"
echo "APP_NAME_VERSIONED_WITH_EXTENSION=${APP_NAME}-${GITHUB_REF_NAME}.apk" >> "${GITHUB_ENV}"
- name: Set up Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9e9c22f

Please sign in to comment.