Merge pull request #114 from WiserTixx/action-fix

Fix github actions
This commit is contained in:
Deer McDurr 2024-09-14 22:14:53 +02:00 committed by GitHub
commit 2d43e11e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE run: cmake --build . --config $BUILD_TYPE
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: BeamMP-Launcher name: BeamMP-Launcher
path: ${{github.workspace}}/build-linux/BeamMP-Launcher path: ${{github.workspace}}/build-linux/BeamMP-Launcher

View File

@ -37,7 +37,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE run: cmake --build . --config $BUILD_TYPE
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: BeamMP-Launcher.exe name: BeamMP-Launcher.exe
path: ${{github.workspace}}/build-windows/Release/BeamMP-Launcher.exe path: ${{github.workspace}}/build-windows/Release/BeamMP-Launcher.exe