Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Oct 11, 2022
1 parent 77f69d9 commit f8db087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ jobs:
artifact_name: [
# Regular builds
linux-editor-64, linux-editor-32, linux-templates-64, linux-templates-32,
server-editor-64, server-editor-32 server-templates-64, server-templates-32,
server-editor-64, server-editor-32, server-templates-64, server-templates-32,
windows-editor-64, windows-editor-32, windows-templates-64, windows-templates-32,
macos-editor, macos-templates,
android-templates,
Expand All @@ -1580,7 +1580,7 @@ jobs:

# Mono builds
linux-mono-editor-64, linux-mono-editor-32, linux-mono-templates-64, linux-mono-templates-32,
server-mono-editor-64, server-mono-editor-32 server-mono-templates-64, server-mono-templates-32,
server-mono-editor-64, server-mono-editor-32, server-mono-templates-64, server-mono-templates-32,
windows-mono-editor-64, windows-mono-editor-32, windows-mono-templates-64, windows-mono-templates-32,
macos-mono-editor, macos-mono-templates,
android-mono-templates,
Expand Down

0 comments on commit f8db087

Please sign in to comment.