Skip to content

Commit

Permalink
try to set the artifact extention
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 committed Feb 8, 2024
1 parent eaa6f1b commit d035d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d035d7e

Please sign in to comment.