Skip to content

Commit

Permalink
[CI] Fix for .apk
Browse files Browse the repository at this point in the history
  • Loading branch information
mytonwalletorg committed Mar 22, 2024
1 parent 5e209eb commit e2c96ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ jobs:
run: |
cd mobile/android
bundle exec fastlane direct
mv app/build/outputs/apk/release/app-release.apk $APP_NAME.apk
cd ../../
mv mobile/android/app/build/outputs/apk/release/app-release.apk $APP_NAME.apk
- name: Upload APK artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e2c96ef

Please sign in to comment.