Skip to content

Commit

Permalink
Update snapshots-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdiplomat authored Nov 22, 2023
1 parent 991e044 commit 4af7ea2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/snapshots-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ jobs:
cd forge-gui-android
echo "${{ secrets.FORGE_KEYSTORE }}" > forge.keystore.asc
gpg -d -passphrase "${{ secrets.FORGE_KEYSTORE_PASSPHRASE }}" --batch forge.keystore.asc > forge.keystore
#echo "${{ secrets.FORGE_KEYSTORE }}" > forge.keystore
cd -
- name: Debug Keystore
run: |
echo "${{ secrets.FORGE_KEYSTORE }}" | base64 -d > keystore.jks
keytool -list -v -keystore keystore.jks -storepass "${{ secrets.SIGN_STORE_PASS }}"
- name: Configure Git User
run: |
git config user.email "[email protected]"
Expand Down

0 comments on commit 4af7ea2

Please sign in to comment.