mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
update binary name, tag, and repo of appveyor build
This commit is contained in:
parent
1e2bd6624b
commit
2ac4ee5794
12
appveyor.yml
12
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
|
||||
branch: nightly
|
||||
|
|
Loading…
Reference in a new issue