From d035d7e2b444055fb55eda36c5e217c0ca261aa6 Mon Sep 17 00:00:00 2001 From: Quinten Date: Thu, 8 Feb 2024 20:39:49 +0100 Subject: [PATCH] try to set the artifact extention --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 559bda4..6553dae 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -54,13 +54,13 @@ jobs: - uses: actions/upload-artifact@v4 if: matrix.goos == 'linux' with: - name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }} + name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}.zip path: dist/PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }} - uses: actions/upload-artifact@v4 if: matrix.goos == 'windows' with: - name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}.exe + name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}.exe.zip path: dist/PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}.exe # release: