Skip to content

Commit a60ea2e

Browse files
syntax error
1 parent 9d4086e commit a60ea2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
29-
path:
30-
- dist/Audio Orchestrator-*.dmg.dmg
31-
- dist/Audio Orchestrator-Setup *.exe
32-
- dist/latest.yml
33-
- dist/builder-effective-config.yaml
29+
path: |
30+
dist/Audio Orchestrator-*.dmg.dmg
31+
dist/Audio Orchestrator-Setup *.exe
32+
dist/latest.yml
33+
dist/builder-effective-config.yaml
3434
3535

0 commit comments

Comments
 (0)