Skip to content

Commit acce39f

Browse files
septsPeterCxy
andcommitted
chore: flatten install packages (#85)
Co-authored-by: Peter Cai <peter@typeblog.net> Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/85 Co-authored-by: septs <github@septs.pw> Co-committed-by: septs <github@septs.pw>
1 parent fb8b6de commit acce39f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.forgejo/workflows/build-debug.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
- name: Build Debug APKs
3636
run: ./gradlew --no-daemon assembleDebug
3737

38+
- name: Copy Artifacts
39+
run: find . -name 'app*-debug.apk' -exec cp {} . \;
40+
3841
- name: Upload Artifacts
3942
uses: https://gitea.angry.im/actions/upload-artifact@v3
4043
with:
4144
name: Debug APKs
4245
compression-level: 0
43-
path: |
44-
app-unpriv/build/outputs/apk/debug/app-unpriv-debug.apk
45-
app/build/outputs/apk/debug/app-debug.apk
46+
path: app*-debug.apk

0 commit comments

Comments
 (0)