update workflows to save artifacts

This commit is contained in:
Lion Kortlepel 2021-03-29 23:33:25 +02:00
parent 2cd6e21f8c
commit 23b39bb6c7
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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