mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
wrong chicken
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
- name: Setup signing keystore
|
||||
if: matrix.build-type == 'release' && env.KEYSTORE_FILE != ''
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > android/starship-release-key.keystore
|
||||
echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > android/app/starship-release-key.keystore
|
||||
echo "STARSHIP_STORE_FILE=starship-release-key.keystore" >> android/keystore.properties
|
||||
echo "STARSHIP_STORE_PASSWORD=${{ secrets.KEYSTORE_PASSWORD }}" >> android/keystore.properties
|
||||
echo "STARSHIP_KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> android/keystore.properties
|
||||
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
- name: Setup signing keystore
|
||||
if: env.KEYSTORE_FILE != ''
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > android/starship-release-key.keystore
|
||||
echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > android/app/starship-release-key.keystore
|
||||
echo "STARSHIP_STORE_FILE=starship-release-key.keystore" >> android/keystore.properties
|
||||
echo "STARSHIP_STORE_PASSWORD=${{ secrets.KEYSTORE_PASSWORD }}" >> android/keystore.properties
|
||||
echo "STARSHIP_KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> android/keystore.properties
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
|
||||
- name: Verify APK signing
|
||||
run: |
|
||||
if [ -f android/starship-release-key.keystore ]; then
|
||||
if [ -f android/app/starship-release-key.keystore ]; then
|
||||
echo "✅ APK will be signed with release keystore"
|
||||
else
|
||||
echo "⚠️ APK will be signed with debug keystore (unsigned release)"
|
||||
|
||||
Reference in New Issue
Block a user