Skip to content

Commit

Permalink
💚 upgrade github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 10, 2023
1 parent 64615ab commit 112952e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- target: windows
host: windows-latest
- target: macos
host: macos-11
host: macos-latest
- target: ios
host: macos-11
host: macos-latest
- target: android-arm32
host: ubuntu-latest
- target: android-arm64
Expand Down Expand Up @@ -357,8 +357,8 @@ jobs:
- name: Sign APK (Android)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' )
env:
KEY_FILE_BASE64: ${{ secrets.KEY_FILE_BASE64 }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
ANDROID_JKS_BASE64: ${{ secrets.ANDROID_JKS_BASE64 }}
ANDROID_JKS_PASSWORD: ${{ secrets.ANDROID_JKS_PASSWORD }}
run: |
cd kobi
echo $ANDROID_JKS_BASE64 > key.jks.base64
Expand Down

0 comments on commit 112952e

Please sign in to comment.