We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4086e commit a60ea2eCopy full SHA for a60ea2e
.github/workflows/build.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: actions/upload-artifact@v4
27
with:
28
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
+ path: |
+ dist/Audio Orchestrator-*.dmg.dmg
+ dist/Audio Orchestrator-Setup *.exe
+ dist/latest.yml
+ dist/builder-effective-config.yaml
34
35
0 commit comments