@@ -32,13 +32,13 @@ jobs:
3232 if : ${{matrix.arch == 'arm64'}} # Only upload this once
3333 uses : actions/upload-artifact@v4
3434 with :
35- name : lwjgl3 -android-modules
35+ name : lwjgl-3.4.1 -android-modules
3636 path : bin/RELEASE
3737
3838 - name : Upload native build output
3939 uses : actions/upload-artifact@v4
4040 with :
41- name : lwjgl3 -android-natives-${{matrix.arch}}
41+ name : lwjgl-3.4.1 -android-natives-${{matrix.arch}}
4242 path : bin/out
4343 aar :
4444 needs : build
@@ -53,29 +53,29 @@ jobs:
5353 - name : Download built native artifacts (arm64)
5454 uses : actions/download-artifact@v8
5555 with :
56- name : lwjgl3 -android-natives-arm64
57- path : .github/workflows/android/jniLibs /arm64-v8a
56+ name : lwjgl-3.4.1 -android-natives-arm64
57+ path : .github/workflows/android/assets/components/lwjgl-3.4.1-natives /arm64-v8a
5858 - name : Download built native artifacts (arm32)
5959 uses : actions/download-artifact@v8
6060 with :
61- name : lwjgl3 -android-natives-arm32
62- path : .github/workflows/android/jniLibs /armeabi-v7a
61+ name : lwjgl-3.4.1 -android-natives-arm32
62+ path : .github/workflows/android/assets/components/lwjgl-3.4.1-natives /armeabi-v7a
6363 - name : Download built native artifacts (x64)
6464 uses : actions/download-artifact@v8
6565 with :
66- name : lwjgl3 -android-natives-x64
67- path : .github/workflows/android/jniLibs /x86_64
66+ name : lwjgl-3.4.1 -android-natives-x64
67+ path : .github/workflows/android/assets/components/lwjgl-3.4.1-natives /x86_64
6868 - name : Download built native artifacts (x86)
6969 uses : actions/download-artifact@v8
7070 with :
71- name : lwjgl3 -android-natives-x86
72- path : .github/workflows/android/jniLibs /x86
71+ name : lwjgl-3.4.1 -android-natives-x86
72+ path : .github/workflows/android/assets/components/lwjgl-3.4.1-natives /x86
7373 - name : Compile into one AAR
7474 run : |
7575 cd $GITHUB_WORKSPACE/.github/workflows/android
7676 gradle assembleRelease
7777 - name : Upload AAR
7878 uses : actions/upload-artifact@v4
7979 with :
80- name : lwjgl3 -android-natives-aar
81- path : .github/workflows/android/build/outputs/aar/lwjgl3 -natives-release.aar
80+ name : lwjgl-3.4.1 -android-natives-aar
81+ path : .github/workflows/android/build/outputs/aar/lwjgl-3.4.1 -natives-release.aar
0 commit comments