mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
fix: push not triggered
This commit is contained in:
parent
38800b8cac
commit
7a6b02df05
10
appveyor.yml
10
appveyor.yml
|
@ -64,10 +64,14 @@ build:
|
|||
verbosity: minimal
|
||||
|
||||
after_build:
|
||||
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { ./CI/build_clickonce.ps1 }
|
||||
- ps: >-
|
||||
if ($env:APPVEYOR_REPO_TAG -eq "true")
|
||||
{
|
||||
./CI/build_clickonce.ps1
|
||||
./CI/push_clickonce.ps1
|
||||
}
|
||||
|
||||
after_deploy:
|
||||
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { ./CI/push_clickonce.ps1 }
|
||||
# after_deploy:
|
||||
|
||||
# clone soft.danmuji.org
|
||||
# copy files
|
||||
|
|
Loading…
Reference in New Issue
Block a user