Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Feb 3, 2025
1 parent 7771451 commit b32c36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Upload modules release output
if: ${{matrix.arch == 'arm64'}} # Only upload this once
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lwjgl3-android-modules
path: bin/RELEASE

- name: Upload native build output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lwjgl3-android-natives-${{matrix.arch}}
path: bin/out

0 comments on commit b32c36e

Please sign in to comment.