mirror of
https://github.com/T8RIN/ImageToolbox.git
synced 2025-08-06 15:49:35 +08:00
Update android.yml
This commit is contained in:

committed by
GitHub

parent
41fbea891f
commit
0a2f99cca3
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Signed apks FOSS
|
||||
path: app/build/outputs/apk/foss/release*-signed.apk
|
||||
path: app/build/outputs/apk/foss/release/*-signed.apk
|
||||
|
||||
- uses: iota9star/sign-android-release@v1.0.5
|
||||
name: Sign Market APK
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Signed apks Market
|
||||
path: app/build/outputs/apk/market/release*-signed.apk
|
||||
path: app/build/outputs/apk/market/release/*-signed.apk
|
||||
|
||||
- uses: iota9star/sign-android-release@v1.0.5
|
||||
name: Sign Jxl APK
|
||||
@ -75,5 +75,5 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Signed apks Jxl
|
||||
path: app/build/outputs/apk/jxl/release*-signed.apk
|
||||
path: app/build/outputs/apk/jxl/release/*-signed.apk
|
||||
|
||||
|
Reference in New Issue
Block a user