Skip to content

Commit

Permalink
chore: fix getting APK name in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jan 20, 2025
1 parent db75cf8 commit 6f95382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: bundle exec fastlane testing

- name: set apk name env
run: echo "APK_NAME=$(basename app/build/outputs/apk/ci/*.apk .apk)" >> $GITHUB_ENV
run: echo "APK_NAME=$(basename app/build/outputs/apk/free/ci/*.apk .apk)" >> $GITHUB_ENV

- name: Upload APK
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f95382

Please sign in to comment.