Skip to content

Commit

Permalink
ci: remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Dec 28, 2023
1 parent 2abcbb8 commit 6eaa509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
gh_assets: |
[
{ "path": "artifacts/win-x64", "name": "GlazeWM_x64_${nextRelease.gitTag}" },
{ "path": "artifacts/win-x86", "name": "GlazeWM_x86_${nextRelease.gitTag}" },
{ "path": "artifacts/win-x86", "name": "GlazeWM_x86_${nextRelease.gitTag}" }
]

0 comments on commit 6eaa509

Please sign in to comment.