File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ after_build:
39
39
- copy build_ext\built_sdl\bin\SDL*.dll .
40
40
- copy build_ext\built_sdl_mixer\bin\SDL*.dll .
41
41
- 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
43
43
44
44
artifacts :
45
- - path : systemshock-windows-$(appveyor_build_version) .zip
45
+ - path : systemshock-windows.zip
46
46
name : Shockolate
47
47
48
48
version : ' 0.5.{build}'
@@ -53,9 +53,9 @@ version: '0.5.{build}'
53
53
54
54
deploy :
55
55
- provider : GitHub
56
- release : $(appveyor_repo_tag_name)-Windows
56
+ release : $(appveyor_repo_tag_name)
57
57
description : ' Latest master branch build of Shockolate'
58
- artifact : systemshock.zip
58
+ artifact : systemshock-windows .zip
59
59
auth_token :
60
60
secure : P1kIk8rRxKAYHqDrOWf0Zf5spfR+N86E0lO8VBu99vHtECJgPLn/Z6tBmL9cxPah
61
61
on :
You can’t perform that action at this time.
0 commit comments