Skip to content

Commit

Permalink
Merge pull request #13 from Ay-De/develop
Browse files Browse the repository at this point in the history
Fix release build of the APK in Github Workflow. Now for real.
  • Loading branch information
Ay-De authored May 30, 2023
2 parents d5388d3 + a1284ae commit b033447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: ${{ env.BRANCH == 'master' }}
run: |
set -e
mv bin/KivyCamera-${{ env.APP_VERSION }}-arm64-v8a-release.apk KivyCamera-${{ env.APP_VERSION }}-arm64-v8a-release.apk
mv bin/KivyCamera-${{ env.APP_VERSION }}-arm64-v8a-release-unsigned.apk KivyCamera-${{ env.APP_VERSION }}-arm64-v8a-release-unsigned.apk
- name: Release debug APK
if: ${{ env.BRANCH == 'develop' }}
Expand Down

0 comments on commit b033447

Please sign in to comment.