Skip to content

Commit

Permalink
hotfix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 21, 2023
1 parent 3df0391 commit e37e881
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
run: npx cap sync
working-directory: apps/picsa-apps/extension-app-native
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
java-package: jdk
cache: 'gradle'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand All @@ -88,7 +87,7 @@ jobs:
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: io.picsa.extension
releaseFile: ${{ env.SIGNED_RELEASE_FILE}}
releaseFiles: ${{steps.sign_aab.outputs.signedReleaseFile}}
track: internal
env:
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}

0 comments on commit e37e881

Please sign in to comment.