Skip to content

Commit

Permalink
🚀 change runner for signing app aab
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 21, 2024
1 parent 1720658 commit fdd2658
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,15 @@ jobs:
working-directory: ./android

- name: Sign app aab
uses: Tlaster/android-sign@v1
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: ./android/app/build/outputs/bundle/release
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }} # Keystore file base64
output: ./android/build/release/signed
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }}
alias: ${{ secrets.ANDROID_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "30.0.2"
BUILD_TOOLS_VERSION: "34.0.0"

- name: Set Up Authorization with Google Play
run: echo '${{ secrets.ANDROID_PLAY_AUTH }}' > ./android/service_account.json
Expand Down

0 comments on commit fdd2658

Please sign in to comment.