mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 06:31:13 +00:00
Fix actions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user