forked from MapComplete/MapComplete
Scripts: attempt to fix android build
This commit is contained in:
parent
a018f15466
commit
2bbdec5102
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: npm run android:prepare
|
||||
|
||||
- name: Decode keystore
|
||||
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ~/.gradle/release-key.jks
|
||||
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ./release-key.jks
|
||||
|
||||
- name: Grant execute permission to gradlew
|
||||
run: cd android && chmod +x ./gradlew
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
cd android
|
||||
export ANDROID_SDK_HOME=/home/runner/.android/sdk/
|
||||
export PATH=$ANDROID_SDK_HOME/tools:$ANDROID_SDK_HOME/platform-tools:$ANDROID_SDK_HOME/:$ANDROID_SDK_HOME/cmdline-tools/latest/tools/bin:$PATH
|
||||
export storeFile=my-release-key.jks
|
||||
export storeFile=./release-key.jks
|
||||
export storePassword=${{ secrets.KEYSTORE_PASSWORD }}
|
||||
export keyAlias=${{ secrets.KEY_ALIAS }}
|
||||
export keyPassword=${{ secrets.KEY_PASSWORD }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue