From 2ac4ee5794f0b5ee5a1787ddac0d85bd976cb469 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 19 May 2019 15:01:28 +0200 Subject: [PATCH] update binary name, tag, and repo of appveyor build --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 57152b19..ee909583 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file + branch: nightly