Skip to content

Commit a38c836

Browse files
Use more general wildcards
1 parent a60ea2e commit a38c836

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727
with:
2828
name: dist
2929
path: |
30-
dist/Audio Orchestrator-*.dmg.dmg
31-
dist/Audio Orchestrator-Setup *.exe
32-
dist/latest.yml
33-
dist/builder-effective-config.yaml
30+
dist/*.dmg
31+
dist/*.dmg.blockmap
32+
dist/*.exe
33+
dist/*.exe.blockmap
34+
dist/*.yaml
35+
dist/*.yml
3436
3537

38+
# dist/Audio Orchestrator Setup 0.23.1.exe

0 commit comments

Comments
 (0)