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
|
||||
# provider names are case-sensitive!
|
||||
deploy:
|
||||
# Deploy to GitHub Releases
|
||||
- provider: GitHub
|
||||
release: $(APPVEYOR_REPO_TAG_NAME)
|
||||
artifact: /DeepFakeLab*\.7z/ # upload all 7z packages to release assets
|
||||
draft: true
|
||||
prerelease: true
|
||||
tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||
auth_token:
|
||||
secure: oH1rf7ZUCbvcYC3UaeGekJbGThHNOcmSX0yqcpInEdFwfLMvENSlv0+t3vGkR4P2
|
||||
on:
|
||||
branch: master # release from master branch only
|
||||
APPVEYOR_REPO_TAG: true # deploy on tag push only
|
||||
#deploy:
|
||||
# # Deploy to GitHub Releases
|
||||
# - provider: GitHub
|
||||
# release: $(APPVEYOR_REPO_TAG_NAME)
|
||||
# artifact: /DeepFakeLab*\.7z/ # upload all 7z packages to release assets
|
||||
# draft: true
|
||||
# prerelease: true
|
||||
# tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||
# auth_token:
|
||||
# secure: oH1rf7ZUCbvcYC3UaeGekJbGThHNOcmSX0yqcpInEdFwfLMvENSlv0+t3vGkR4P2
|
||||
# on:
|
||||
# branch: master # release from master branch only
|
||||
# APPVEYOR_REPO_TAG: true # deploy on tag push only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue