Skip to content

Commit 0a91307

Browse files
authored
Fix artifact name in appveyor.yml
1 parent 91589dd commit 0a91307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ build_script:
4949
- cmake --build . --target installer -- VERBOSE=1
5050

5151
artifacts:
52-
- path: build\mozart2-2.0.0-beta.1-x86_64-windows.exe
53-
name: binary installer
52+
- path: build\mozart2-*-windows.exe
53+
name: Binary installer
5454

0 commit comments

Comments
 (0)