mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
Too big for github
This commit is contained in:
parent
362ab51ac3
commit
ad25016d19
1 changed files with 13 additions and 13 deletions
26
appveyor.yml
26
appveyor.yml
|
@ -69,16 +69,16 @@ artifacts:
|
||||||
|
|
||||||
# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
|
# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
|
||||||
# provider names are case-sensitive!
|
# provider names are case-sensitive!
|
||||||
deploy:
|
#deploy:
|
||||||
# Deploy to GitHub Releases
|
# # Deploy to GitHub Releases
|
||||||
- provider: GitHub
|
# - provider: GitHub
|
||||||
release: $(APPVEYOR_REPO_TAG_NAME)
|
# release: $(APPVEYOR_REPO_TAG_NAME)
|
||||||
artifact: /DeepFakeLab*\.7z/ # upload all 7z packages to release assets
|
# artifact: /DeepFakeLab*\.7z/ # upload all 7z packages to release assets
|
||||||
draft: true
|
# draft: true
|
||||||
prerelease: true
|
# prerelease: true
|
||||||
tag: $(APPVEYOR_REPO_TAG_NAME)
|
# tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||||
auth_token:
|
# auth_token:
|
||||||
secure: oH1rf7ZUCbvcYC3UaeGekJbGThHNOcmSX0yqcpInEdFwfLMvENSlv0+t3vGkR4P2
|
# secure: oH1rf7ZUCbvcYC3UaeGekJbGThHNOcmSX0yqcpInEdFwfLMvENSlv0+t3vGkR4P2
|
||||||
on:
|
# on:
|
||||||
branch: master # release from master branch only
|
# branch: master # release from master branch only
|
||||||
APPVEYOR_REPO_TAG: true # deploy on tag push only
|
# APPVEYOR_REPO_TAG: true # deploy on tag push only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue