Skip to content

Commit

Permalink
ci: fix missing comma in targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jul 28, 2023
1 parent 4573ee2 commit d5f0128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
target: [
windows-latest,
ubuntu-latest,
ubuntu-20.04
ubuntu-20.04,
macOS-latest,
]
steps:
Expand Down

0 comments on commit d5f0128

Please sign in to comment.