mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
ci: Debugging
This commit is contained in:
parent
43666defbd
commit
f923d55171
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
|||
- name: Sign APK
|
||||
if: env.VERSION_TAG != ''
|
||||
uses: ilharp/sign-android-release@v1
|
||||
id: sign_app
|
||||
with:
|
||||
releaseDir: app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
||||
signingKey: ${{ secrets.SIGNING_KEY }}
|
||||
|
@ -83,6 +84,8 @@ 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' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue