Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Feb 19, 2024
1 parent 83764b8 commit f65dfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/keystore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
run: |
echo "$ANDROID_RELEASE_KEYSTORE" > release.keystore.asc
gpg -d --passphrase "$ANDROID_KEYSTORE_PASSWORD" --batch release.keystore.asc > android/app/release.keystore
- name: Clean Gradle build
run: |
cd android && ./gradlew clean
- name: Build Android
run: |
Expand All @@ -89,5 +93,5 @@ jobs:
with:
serviceAccountJson: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_JSON }}
packageName: ${{ secrets.APP_IDENTIFIER }}
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
releaseFiles: ./app/build/outputs/bundle/release/app-release.aab
track: beta

0 comments on commit f65dfac

Please sign in to comment.