Skip to content

Commit

Permalink
Update gradle_snapshot_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Oct 27, 2024
1 parent 3af1647 commit aa4ba6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle_snapshot_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

- name: Decode android sign file
run: echo ${{ secrets.ANDROID_KEYSTORE }} | base64 --decode > ${{ github.workspace }}/android_sign_key.jks
run: echo $ANDROID_KEYSTORE | base64 --decode > ${{ github.workspace }}/android_sign_key.jks
env:
ANDROID_KEYSTORE: ${{ secrets.ANDROID_KEYSTORE }}

- name: Build Gallery Android
run: |
Expand Down

0 comments on commit aa4ba6b

Please sign in to comment.