Skip to content

Commit 428857e

Browse files
authored
Update android-build.yml
1 parent 5241bc1 commit 428857e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test build
1+
name: Android Build (8.7)
22

33
on:
44
push:
@@ -33,6 +33,6 @@ jobs:
3333
- name: Upload APK artifact
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: JSC-APKZIP
37-
path: output/JavaSkinChanger-latest.apk
36+
name: test
37+
path: app/build/outputs/apk/release/app-release-unsigned.apk
3838

0 commit comments

Comments
 (0)