mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-19 15:10:55 +00:00
remove workdir
This commit is contained in:
@@ -11,17 +11,17 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: bash ${{github.workspace}}/scripts/debian/1-install-deps.sh
|
run: bash ./scripts/debian/1-install-deps.sh
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: bash ${{github.workspace}}/scripts/debian/2-configure.sh
|
run: bash ./scripts/debian/2-configure.sh
|
||||||
|
|
||||||
- name: Build Server
|
- name: Build Server
|
||||||
run: bash ${{github.workspace}}/scripts/debian/3-build.sh
|
run: bash ./scripts/debian/3-build.sh
|
||||||
|
|
||||||
- name: Archive server artifact
|
- name: Archive server artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: BeamMP-Server-linux
|
name: BeamMP-Server-linux
|
||||||
path: ${{github.workspace}}/bin/BeamMP-Server
|
path: ./bin/BeamMP-Server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user