Skip to content

Commit

Permalink
fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Dec 6, 2023
1 parent af645bc commit e84a34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
echo storePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> ReleaseKey.properties
echo keyAlias='${{ secrets.ALIAS }}' >> ReleaseKey.properties
echo keyPassword='${{ secrets.KEY_PASSWORD }}' >> ReleaseKey.properties
echo storeFile='${{ github.workspace }}/ReleaseKey.jks' >> ReleaseKey.properties echo ${{ secrets.SIGNING_KEY }} | base64 --decode > ${{ github.workspace }}/ReleaseKey.jks
echo storeFile='${{ github.workspace }}/ReleaseKey.jks' >> ReleaseKey.properties
echo ${{ secrets.SIGNING_KEY }} | base64 --decode > ${{ github.workspace }}/ReleaseKey.jks
fi
- name: Gradle Build
Expand Down

0 comments on commit e84a34e

Please sign in to comment.