mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Attempting to fix build config.
This commit is contained in:
parent
fd253421b5
commit
50c7559339
@ -20,14 +20,21 @@ build:
|
|||||||
project: GLoSC.sln
|
project: GLoSC.sln
|
||||||
verbosity: normal
|
verbosity: normal
|
||||||
|
|
||||||
|
after_build:
|
||||||
|
- 7z a GloSC_%platform%.zip TargetConfig.ini
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- TargetConfig.ini
|
- path: GLoSC_$(platform).zip
|
||||||
|
name: GLoSC_$(platform)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
|
description: 'Would be nice to auto-generate this...'
|
||||||
|
artifact: /GLoSC_x..\.zip/
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq
|
secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq
|
||||||
|
force_update: true
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user