Skip to content

Commit

Permalink
release workflow: fix rename AAB/APK step
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Jul 11, 2022
1 parent e320bdc commit d82a09c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:

- name: Rename AAB and APK
run: |
mv -v build/*.aab ${{ env.FILENAME }}.aab
mv -v build/*.apk ${{ env.FILENAME }}.apk
cd build
mv -v delta.aab ../${{ env.FILENAME }}.aab
mv -v delta-signed.apk ../${{ env.FILENAME }}.apk
- name: Upload APK in Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d82a09c

Please sign in to comment.