Skip to content

Commit 58f1f35

Browse files
committed
Typo on the last commit.
1 parent 27a1622 commit 58f1f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_script:
2424

2525
# Package up build artifacts.
2626
after_build:
27-
- 7z a PyExt-%PLATFORM-%CONFIGURATION%.zip .\*\*\pyext.dll .\*\*\pyext.pdb
27+
- 7z a PyExt-%PLATFORM%-%CONFIGURATION%.zip .\*\*\pyext.dll .\*\*\pyext.pdb
2828

2929
artifacts:
3030
- path: PyExt-$(Platform)-$(Configuration).zip

0 commit comments

Comments
 (0)