mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +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
|
- name: Sign APK
|
||||||
if: env.VERSION_TAG != ''
|
if: env.VERSION_TAG != ''
|
||||||
uses: ilharp/sign-android-release@v1
|
uses: ilharp/sign-android-release@v1
|
||||||
|
id: sign_app
|
||||||
with:
|
with:
|
||||||
releaseDir: app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
releaseDir: app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
||||||
signingKey: ${{ secrets.SIGNING_KEY }}
|
signingKey: ${{ secrets.SIGNING_KEY }}
|
||||||
|
@ -83,6 +84,8 @@ jobs:
|
||||||
- name: Clean up build artifacts
|
- name: Clean up build artifacts
|
||||||
if: env.VERSION_TAG != ''
|
if: env.VERSION_TAG != ''
|
||||||
run: |
|
run: |
|
||||||
|
echo "${{ steps.sign_app.outputs.signedFiles }}"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
dir=app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
dir=app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue