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