mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Merge tag '11.5a' into 12.x-testmerge
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Setup Java 11
|
||||
- name: Setup Java 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt-hotspot
|
||||
@@ -47,3 +47,8 @@ jobs:
|
||||
with:
|
||||
name: love-android-embed.aab
|
||||
path: app/build/outputs/bundle/embedNoRecordRelease/app-embed-noRecord-release.aab
|
||||
- name: Artifact (Debug symbols)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: love-android-unstripped-debugsyms
|
||||
path: love/build/intermediates/library_jni
|
||||
|
||||
Reference in New Issue
Block a user