mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Server build github action artifact upload fix try #2.
This commit is contained in:
parent
f0241c55f4
commit
185e130377
4
.github/workflows/http_server_builds.yml
vendored
4
.github/workflows/http_server_builds.yml
vendored
@ -63,8 +63,8 @@ jobs:
|
||||
- name: Prepare artifact
|
||||
if: ${{ matrix.artifact }}
|
||||
run: |
|
||||
strip bin/pandemonium.*
|
||||
chmod +x bin/pandemonium.*
|
||||
strip bin/pandemonium_server.*
|
||||
chmod +x bin/pandemonium_server.*
|
||||
|
||||
- name: Upload artifact
|
||||
uses: ./.github/actions/upload-artifact
|
||||
|
4
.github/workflows/server_builds.yml
vendored
4
.github/workflows/server_builds.yml
vendored
@ -63,8 +63,8 @@ jobs:
|
||||
- name: Prepare artifact
|
||||
if: ${{ matrix.artifact }}
|
||||
run: |
|
||||
strip bin/pandemonium.*
|
||||
chmod +x bin/pandemonium.*
|
||||
strip bin/pandemonium_server.*
|
||||
chmod +x bin/pandemonium_server.*
|
||||
|
||||
- name: Upload artifact
|
||||
uses: ./.github/actions/upload-artifact
|
||||
|
Loading…
Reference in New Issue
Block a user