Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit a11522d

Browse files
committed
Test
1 parent 9968dcc commit a11522d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-debug.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
# Upload Artifact Build
3737
# Noted For Output [module-name]/build/outputs/apk
3838
- name: Upload apk debug
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
with:
41-
name: FoxMmm-debug.apk
41+
name: FoxMmm-debug
4242
path: app/build/outputs/apk/default/debug/app-default-debug.apk
4343

44-
- name: Upload apk debug-fdroid
45-
uses: actions/upload-artifact@v2
44+
- name: Upload apk fdroid-debug
45+
uses: actions/upload-artifact@v3
4646
with:
47-
name: FoxMmm-fdroid-debug.apk
48-
path: app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
47+
name: FoxMmm-fdroid-debug
48+
path: app/build/outputs/apk/default/debug/app-default-debug.apk

0 commit comments

Comments
 (0)