Skip to content

Commit

Permalink
ci: fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 4, 2023
1 parent 51d25a1 commit 9191857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build with Gradle
run: |
echo ${{ secrets.SIGN_KEYSTORE_BASE64 }} | base64 -d > keystore.jks
echo "${{ secrets.SIGN_KEYSTORE_BASE64 }}" | base64 -d > keystore.jks
./gradlew :app:assembleRelease
env:
KEYSTORE_PATH: "../keystore.jks"
Expand Down

0 comments on commit 9191857

Please sign in to comment.