mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-13 11:16:04 +00:00
fix paths
This commit is contained in:
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@@ -46,11 +46,11 @@ jobs:
|
||||
|
||||
- name: Create Build Environment
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
run: bash ./scripts/debian/2-configure.sh
|
||||
run: bash ${{github.workspace}}/scripts/debian/2-configure.sh
|
||||
|
||||
- name: Build Server
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
run: bash ./scripts/debian/3-build.sh
|
||||
run: bash ${{github.workspace}}/scripts/debian/3-build.sh
|
||||
|
||||
- name: Archive server artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user