mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Upload the APKs
This commit is contained in:
parent
f923d55171
commit
9f2637114b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build_push.yml
vendored
8
.github/workflows/build_push.yml
vendored
|
@ -84,8 +84,6 @@ jobs:
|
|||
- name: Clean up build artifacts
|
||||
if: env.VERSION_TAG != ''
|
||||
run: |
|
||||
echo "${{ steps.sign_app.outputs.signedFiles }}"
|
||||
|
||||
set -e
|
||||
|
||||
dir=app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
||||
|
@ -169,6 +167,12 @@ jobs:
|
|||
| armeabi-v7a | ${{ env.APK_ARMEABI_V7A_SHA }}
|
||||
| x86 | ${{ env.APK_X86_SHA }} |
|
||||
| x86_64 | ${{ env.APK_X86_64_SHA }} |
|
||||
files: |
|
||||
yokai-${{ env.VERSION_TAG }}.apk
|
||||
yokai-arm64-v8a-${{ env.VERSION_TAG }}.apk
|
||||
yokai-armeabi-v7a-${{ env.VERSION_TAG }}.apk
|
||||
yokai-x86-${{ env.VERSION_TAG }}.apk
|
||||
yokai-x86_64-${{ env.VERSION_TAG }}.apk
|
||||
draft: false
|
||||
prerelease: true
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue