Skip to content

Commit

Permalink
why does gh actions never work first try?!
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored May 11, 2024
1 parent 3d7360f commit 915998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
echo releaseType=CI > package.properties
echo "${{ secrets.KEYSTORE_SECRET }}" | base64 -d > key.jks
echo "AKANE_RELEASE_STORE_FILE=${{ github.workspace }}/key.jks" > gradle.properties
echo "AKANE_RELEASE_STORE_FILE=${{ github.workspace }}/key.jks" >> gradle.properties
echo "AKANE_RELEASE_STORE_PASSWORD=${{ secrets.KEYSTORE_PWD }}" >> gradle.properties
echo "AKANE_RELEASE_KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> gradle.properties
echo "AKANE_RELEASE_KEY_PASSWORD=${{ secrets.KEY_PWD }}" >> gradle.properties
Expand Down

0 comments on commit 915998f

Please sign in to comment.