Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Nov 20, 2024
1 parent 2b73082 commit f6f51ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
bash ci_build_ios.bash
- name: Upload modules release output
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: lwjgl3-ios-modules
path: bin/RELEASE

- name: Upload native build output
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: lwjgl3-ios-natives
path: bin/out

0 comments on commit f6f51ee

Please sign in to comment.