Skip to content

Commit

Permalink
Merge pull request #6599 from PojavLauncherTeam/feat/true_display_cre…
Browse files Browse the repository at this point in the history
…ate_state

Feat/true display create state
  • Loading branch information
artdeell authored Feb 4, 2025
2 parents 32ff194 + 3d256a2 commit 5a98a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.*
Expand Down
Binary file modified jre_lwjgl3glfw/libs/lwjgl-lwjglx.jar
Binary file not shown.

0 comments on commit 5a98a43

Please sign in to comment.