Server build github action artifact upload fix try #2.

This commit is contained in:
Relintai 2023-08-12 11:58:39 +02:00
parent f0241c55f4
commit 185e130377
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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