mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
update workflows to save artifacts
This commit is contained in:
parent
2cd6e21f8c
commit
23b39bb6c7
5
.github/workflows/cmake-linux.yml
vendored
5
.github/workflows/cmake-linux.yml
vendored
@ -34,3 +34,8 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: BeamMP-Server-linux
|
||||
path: ${{github.workspace}}/build-linux/BeamMP-Server
|
||||
|
7
.github/workflows/cmake-windows.yml
vendored
7
.github/workflows/cmake-windows.yml
vendored
@ -36,3 +36,10 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: BeamMP-Server.exe
|
||||
path: ${{github.workspace}}/build-windows/BeamMP-Server.exe
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user