diff --git a/.github/workflows/http_server_builds.yml b/.github/workflows/http_server_builds.yml index 271183b20..9515fe30b 100644 --- a/.github/workflows/http_server_builds.yml +++ b/.github/workflows/http_server_builds.yml @@ -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 diff --git a/.github/workflows/server_builds.yml b/.github/workflows/server_builds.yml index 7ec2581a1..0b890ceb0 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -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