mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-10 13:16:04 -04:00
Merge pull request #6599 from PojavLauncherTeam/feat/true_display_create_state
Feat/true display create state
This commit is contained in:
commit
5a98a43d21
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -111,13 +111,13 @@ jobs:
|
||||
md5sum out/app-debug-noruntime.apk > out/app-debug-noruntime.md5
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-debug
|
||||
path: out/app-debug.*
|
||||
|
||||
- name: Upload AAB
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-release-aab
|
||||
path: out/app-gplay.aab
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
inAppUpdatePriority: 5
|
||||
|
||||
- name: Upload APK (without runtime)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-debug-noruntime
|
||||
path: out/app-debug-noruntime.*
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user