Skip to content

Commit 7072851

Browse files
authored
android-build.yml の更新
1 parent 83872c0 commit 7072851

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/android-build.yml

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

33
on:
44
push:
@@ -79,30 +79,12 @@ jobs:
7979
- name: Release
8080
uses: ncipollo/release-action@v1
8181
with:
82-
tag: BETA
82+
tag: v${{ env.VERSION_CODE }}
8383
name: JavaSkinChanger Release - ${{ env.VERSION_NAME }}
8484
artifacts: output/JavaSkinChanger-latest.apk
8585
allowUpdates: true
86-
replacesArtifacts: true
87-
prerelease: true
88-
89-
- name: archive
90-
uses: ncipollo/release-action@v1
91-
with:
92-
tag: v-${{ env.VERSION_CODE }}
93-
name: JavaSkinChanger Archive - ${{ env.VERSION_NAME }}
94-
artifacts: output/JavaSkinChanger-latest.apk
95-
allowUpdates: true
96-
prerelease: true
97-
98-
- name: Upload APK artifact
99-
uses: actions/upload-artifact@v4
100-
with:
101-
name: JSC-APKZIP
102-
path: output/JavaSkinChanger-latest.apk
86+
release: true
10387

104-
- name: List all native libs
105-
run: unzip -l output/JavaSkinChanger-latest.apk | grep "\.so" || true && unzip -l output/JavaSkinChanger-latest.apk | grep gdx || true && unzip -l output/JavaSkinChanger-latest.apk | grep libgdx.so || true
10688

10789

10890

0 commit comments

Comments
 (0)