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/
|
cp release/chatterino.exe Chatterino2/
|
||||||
|
|
||||||
7z a chatterino2.zip Chatterino2/
|
7z a chatterino-windows-x86-64.zip Chatterino2/
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/chatterino2.zip
|
- path: build/chatterino2.zip
|
||||||
name: chatterino2
|
name: chatterino2
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: nightly-win
|
tag: nightly-build
|
||||||
release: nightly-win
|
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)'
|
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:
|
auth_token:
|
||||||
secure: sAJzAbiQSsYZLT+byDar9u61X0E9o35anaPMSFkOzdHeDFHjx1kW4cDP/4EEbxhx
|
secure: sAJzAbiQSsYZLT+byDar9u61X0E9o35anaPMSFkOzdHeDFHjx1kW4cDP/4EEbxhx
|
||||||
repository: fourtf/chatterino2
|
repository: Chatterino/chatterino2
|
||||||
artifact: build/chatterino2.zip
|
artifact: build/chatterino-windows-x86-64.zip
|
||||||
prerelease: true
|
prerelease: true
|
||||||
force_update: true
|
force_update: true
|
||||||
on:
|
on:
|
||||||
branch: nightly
|
branch: nightly
|
||||||
|
|
Loading…
Reference in a new issue