mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Save artifacts for both the server and the http server github actions.
This commit is contained in:
parent
a0c6731278
commit
c21704e600
12
.github/workflows/http_server_builds.yml
vendored
12
.github/workflows/http_server_builds.yml
vendored
@ -59,3 +59,15 @@ jobs:
|
|||||||
platform: server
|
platform: server
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
tools: ${{ matrix.tools }}
|
tools: ${{ matrix.tools }}
|
||||||
|
|
||||||
|
- name: Prepare artifact
|
||||||
|
if: ${{ matrix.artifact }}
|
||||||
|
run: |
|
||||||
|
strip bin/pandemonium.*
|
||||||
|
chmod +x bin/pandemonium.*
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: ./.github/actions/upload-artifact
|
||||||
|
if: ${{ matrix.artifact }}
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.cache-name }}
|
12
.github/workflows/server_builds.yml
vendored
12
.github/workflows/server_builds.yml
vendored
@ -59,3 +59,15 @@ jobs:
|
|||||||
platform: server
|
platform: server
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
tools: ${{ matrix.tools }}
|
tools: ${{ matrix.tools }}
|
||||||
|
|
||||||
|
- name: Prepare artifact
|
||||||
|
if: ${{ matrix.artifact }}
|
||||||
|
run: |
|
||||||
|
strip bin/pandemonium.*
|
||||||
|
chmod +x bin/pandemonium.*
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: ./.github/actions/upload-artifact
|
||||||
|
if: ${{ matrix.artifact }}
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.cache-name }}
|
Loading…
Reference in New Issue
Block a user