Skip to content

Commit 9d464ca

Browse files
committed
AppVeyor should publish to the same release as TravisCI
1 parent 3c0b4b5 commit 9d464ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: appveyor.yml

+4-4
Original file line numberDiff line numberDiff 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

4444
artifacts:
45-
- path: systemshock-windows-$(appveyor_build_version).zip
45+
- path: systemshock-windows.zip
4646
name: Shockolate
4747

4848
version: '0.5.{build}'
@@ -53,9 +53,9 @@ version: '0.5.{build}'
5353

5454
deploy:
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:

0 commit comments

Comments
 (0)