Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francollamas committed Aug 7, 2023
1 parent b02449a commit d8f21b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: Sign dev build
run: jarsigner -keystore android/release.decrypted.jks -storepass "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" -signedjar ./android/app/build/outputs/bundle/release/app-release-signed.aab ./android/app/build/outputs/bundle/release/app-release.aab release

- name: Check folder content of android output
- name: Rename files
run: |
ls ./android/app/build/outputs/bundle/release
ls ./android/app/build/outputs/apk/release
mv ./android/app/build/outputs/bundle/release/app-release-signed.aab ./android/app/build/outputs/bundle/release/argentum-online-signed.aab
mv ./android/app/build/outputs/apk/release/app-release-unsigned.apk ./android/app/build/outputs/apk/release/argentum-online-release-unsigned.apk
- name: Get Node project version
id: package-version
Expand All @@ -101,5 +101,5 @@ jobs:
draft: true
tag_name: v${{ steps.package-version.outputs.current-version}}
files: |
./android/app/build/outputs/bundle/release/app-release-signed.aab
./android/app/build/outputs/apk/debug/app-debug.apk
./android/app/build/outputs/bundle/release/argentum-online-signed.aab
./android/app/build/outputs/apk/release/argentum-online-release-unsigned.apk

0 comments on commit d8f21b3

Please sign in to comment.