update binary name, tag, and repo of appveyor build

This commit is contained in:
Rasmus Karlsson 2019-05-19 15:01:28 +02:00
parent 1e2bd6624b
commit 2ac4ee5794

View file

@ -46,20 +46,20 @@ build_script:
cp release/chatterino.exe Chatterino2/
7z a chatterino2.zip Chatterino2/
7z a chatterino-windows-x86-64.zip Chatterino2/
artifacts:
- path: build/chatterino2.zip
name: chatterino2
deploy:
- provider: GitHub
tag: nightly-win
release: nightly-win
tag: nightly-build
release: nightly-build
description: 'nightly v$(appveyor_build_version) built $(APPVEYOR_REPO_COMMIT_TIMESTAMP)\nLast change: $(APPVEYOR_REPO_COMMIT_MESSAGE) \n$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)'
auth_token:
secure: sAJzAbiQSsYZLT+byDar9u61X0E9o35anaPMSFkOzdHeDFHjx1kW4cDP/4EEbxhx
repository: fourtf/chatterino2
artifact: build/chatterino2.zip
repository: Chatterino/chatterino2
artifact: build/chatterino-windows-x86-64.zip
prerelease: true
force_update: true
on:
branch: nightly
branch: nightly