Fix actions

This commit is contained in:
Tixx 2024-09-14 22:02:06 +02:00
parent 48be292850
commit 8911158f81
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