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 a60ea2e commit a38c836Copy full SHA for a38c836
.github/workflows/build.yml
@@ -27,9 +27,12 @@ jobs:
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
+ dist/*.dmg
+ dist/*.dmg.blockmap
+ dist/*.exe
+ dist/*.exe.blockmap
34
+ dist/*.yaml
35
+ dist/*.yml
36
37
38
+# dist/Audio Orchestrator Setup 0.23.1.exe
0 commit comments