mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 08:27:06 +00:00
fix paths
This commit is contained in:
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
@@ -18,15 +18,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
working-directory: ${{github.workspace}}/build-linux
|
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
|
- name: Build Server
|
||||||
working-directory: ${{github.workspace}}/build-linux
|
working-directory: ${{github.workspace}}/build-linux
|
||||||
run: bash ./scripts/debian/3-build.sh
|
run: bash ${{github.workspace}}/scripts/debian/3-build.sh
|
||||||
|
|
||||||
- name: Build Tests
|
- name: Build Tests
|
||||||
working-directory: ${{github.workspace}}/build-linux
|
working-directory: ${{github.workspace}}/build-linux
|
||||||
run: bash ./scripts/debian/3-build-tests.sh
|
run: bash ${{github.workspace}}/scripts/debian/3-build-tests.sh
|
||||||
|
|
||||||
- name: Archive server artifact
|
- name: Archive server artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@@ -46,11 +46,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
working-directory: ${{github.workspace}}/build-linux
|
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
|
- name: Build Server
|
||||||
working-directory: ${{github.workspace}}/build-linux
|
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
|
- name: Archive server artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user