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 27a1622 commit 58f1f35Copy full SHA for 58f1f35
appveyor.yml
@@ -24,7 +24,7 @@ test_script:
24
25
# Package up build artifacts.
26
after_build:
27
- - 7z a PyExt-%PLATFORM-%CONFIGURATION%.zip .\*\*\pyext.dll .\*\*\pyext.pdb
+ - 7z a PyExt-%PLATFORM%-%CONFIGURATION%.zip .\*\*\pyext.dll .\*\*\pyext.pdb
28
29
artifacts:
30
- path: PyExt-$(Platform)-$(Configuration).zip
0 commit comments