Updated appveyor configuration.
This commit is contained in:
parent
4c9bf7a562
commit
17ab54d104
|
|
@ -1,4 +1,4 @@
|
||||||
version: '0.0.1-{build}'
|
version: '1.1.{build}'
|
||||||
|
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
platform: x64
|
platform: x64
|
||||||
|
|
@ -19,6 +19,6 @@ install:
|
||||||
- set COMMIT_SHA=%APPVEYOR_REPO_COMMIT:~0,8%
|
- set COMMIT_SHA=%APPVEYOR_REPO_COMMIT:~0,8%
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin\x64\Release
|
- path: bin\x64\Release\quake3-ke.exe
|
||||||
name: 'q3vk-$(COMMIT_SHA)_win64'
|
name: 'quake3-ke-$(COMMIT_SHA)'
|
||||||
type: zip
|
type: zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user