mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
ci: Clean up unused job
This commit is contained in:
parent
598617b59d
commit
b7b8609e2b
1 changed files with 0 additions and 11 deletions
11
.github/workflows/build_push.yml
vendored
11
.github/workflows/build_push.yml
vendored
|
@ -120,17 +120,6 @@ jobs:
|
|||
"${i}.aligned"
|
||||
done
|
||||
|
||||
# - 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 }}
|
||||
# keyAlias: ${{ secrets.ALIAS }}
|
||||
# keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
# keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||
|
||||
- name: Clean up build artifacts
|
||||
if: env.VERSION_TAG != ''
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue