File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ after_build:
3939 - copy build_ext\built_sdl\bin\SDL*.dll .
4040 - copy build_ext\built_sdl_mixer\bin\SDL*.dll .
4141 - copy readme\readme-windows.txt readme.txt
42- - 7z a systemshock-windows-%APPVEYOR_BUILD_VERSION% .zip systemshock.exe *.dll readme.txt
42+ - 7z a systemshock-windows.zip systemshock.exe *.dll readme.txt
4343
4444artifacts :
45- - path : systemshock-windows-$(appveyor_build_version) .zip
45+ - path : systemshock-windows.zip
4646 name : Shockolate
4747
4848version : ' 0.5.{build}'
@@ -53,9 +53,9 @@ version: '0.5.{build}'
5353
5454deploy :
5555 - provider : GitHub
56- release : $(appveyor_repo_tag_name)-Windows
56+ release : $(appveyor_repo_tag_name)
5757 description : ' Latest master branch build of Shockolate'
58- artifact : systemshock.zip
58+ artifact : systemshock-windows .zip
5959 auth_token :
6060 secure : P1kIk8rRxKAYHqDrOWf0Zf5spfR+N86E0lO8VBu99vHtECJgPLn/Z6tBmL9cxPah
6161 on :
You can’t perform that action at this time.
0 commit comments