decouple raw artifacts from assemble script
This commit is contained in:
parent
da76c1d95d
commit
d922be6612
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -145,9 +145,9 @@ jobs:
|
||||
configurePreset: 'linux-release'
|
||||
buildPreset: 'linux-release'
|
||||
|
||||
- name: Assemble Files
|
||||
- name: Prepare Artifacts
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: scripts/ci/linux/assemble.sh
|
||||
run: tar -cvf dist.tar dist
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@ -161,6 +161,10 @@ jobs:
|
||||
cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt'
|
||||
testPreset: 'linux-release'
|
||||
|
||||
- name: Assemble Files
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: scripts/ci/linux/assemble.sh
|
||||
|
||||
- name: Upload Client Files
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
@ -51,6 +51,5 @@ cp \
|
||||
scripts/steam_appid.txt \
|
||||
server_distribution/linux/
|
||||
|
||||
tar -cvf dist.tar dist
|
||||
tar -cvf client.tar client_distribution
|
||||
tar -cvf server.tar server_distribution
|
||||
|
Loading…
x
Reference in New Issue
Block a user