Skip to content

Commit

Permalink
Update BuildApk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Feb 4, 2024
1 parent 2cd462f commit e7f77ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildApk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }}
buildToolsVersion: 33.0.0
buildToolsVersion: 34.0.0
- run: mv ${{steps.sign_app.outputs.signedReleaseFile}} MIWU_$GITHUB_REF_NAME.apk
- name: Archive Apk File
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e7f77ed

Please sign in to comment.