Skip to content

Commit

Permalink
ci: don't specify zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 7, 2024
1 parent c18499c commit dca41c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
STRONGHOLD_SALT: ${{ secrets.STRONGHOLD_SALT }}
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}-${{ matrix.platform.target }}.zip
name: Sparus-${{ env.SHORT_SHA }}-${{ matrix.platform.target }}
path: "${{ join(fromJSON(steps.build.outputs.artifacts), '\n') }}"
if-no-files-found: error

0 comments on commit dca41c4

Please sign in to comment.