Skip to content

Commit

Permalink
Fix syntax in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Dec 20, 2024
1 parent b7ce6cb commit d6346b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ncipollo/release-action@v1
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch'}}
with:
artifacts: *zip
artifacts: "*zip"
token: ${{ secrets.GITHUB_TOKEN }}
name: Doom2D Forever builds (latest commit)
tag: doom2dforever
Expand Down

0 comments on commit d6346b3

Please sign in to comment.