Skip to content

Commit

Permalink
Merge pull request BeamMP#114 from WiserTixx/action-fix
Browse files Browse the repository at this point in the history
Fix github actions
  • Loading branch information
20dka authored Sep 14, 2024
2 parents 48be292 + 8911158 commit 2d43e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BeamMP-Launcher
path: ${{github.workspace}}/build-linux/BeamMP-Launcher
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BeamMP-Launcher.exe
path: ${{github.workspace}}/build-windows/Release/BeamMP-Launcher.exe

0 comments on commit 2d43e11

Please sign in to comment.