Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Sep 30, 2023
1 parent 0a9ca86 commit 6a8ba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo storePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> keystore.properties
echo keyAlias='${{ secrets.ALIAS }}' >> keystore.properties
echo keyPassword='${{ secrets.KEY_PASSWORD }}' >> keystore.properties
echo storeFile='key.jks' >> keystore.properties
echo storeFile=$PWD/'key.jks' >> keystore.properties
echo '${{ secrets.KEY_STORE }}' | base64 --decode > key.jks
fi
Expand Down

0 comments on commit 6a8ba20

Please sign in to comment.