mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
perf(actions): upload apk
This commit is contained in:
parent
2534e81827
commit
3787457ec7
10
.github/workflows/Build-Apk.yml
vendored
10
.github/workflows/Build-Apk.yml
vendored
|
@ -35,3 +35,13 @@ jobs:
|
|||
with:
|
||||
name: outputs
|
||||
path: app/build/outputs
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release
|
||||
path: app/build/outputs/apk/release
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debug
|
||||
path: app/build/outputs/apk/debug
|
||||
|
|
10
.github/workflows/Build-Release.yml
vendored
10
.github/workflows/Build-Release.yml
vendored
|
@ -33,6 +33,16 @@ jobs:
|
|||
name: outputs
|
||||
path: app/build/outputs
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release
|
||||
path: app/build/outputs/apk/release
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debug
|
||||
path: app/build/outputs/apk/debug
|
||||
|
||||
release:
|
||||
needs: build
|
||||
permissions: write-all
|
||||
|
|
Loading…
Reference in New Issue
Block a user