Skip to content

Commit

Permalink
Merge pull request #434 from doubleangels/dev
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
doubleangels authored Feb 19, 2025
2 parents ab7e1dd + fc96ddb commit c3727a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Rename Github APK file
run: mv app/build/outputs/apk/foss/release/app-gms-release-unsigned-signed.apk app/build/outputs/apk/foss/release/app-release-foss.apk
run: mv app/build/outputs/apk/foss/release/app-foss-release-unsigned-signed.apk app/build/outputs/apk/foss/release/app-release-foss.apk

- name: Upload APK to Github release artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c3727a2

Please sign in to comment.