AppVeyor: push build artifact in PRs as well

This commit is contained in:
Frank Morgner 2019-05-29 14:45:42 +02:00
parent 3a665f6479
commit 278960bf88
1 changed files with 1 additions and 2 deletions

View File

@ -103,11 +103,10 @@ build_script:
Get-ChildItem -recurse C:\projects\OpenSC -exclude vc*.pdb *.pdb | % {
7z a -tzip ${env:ARTIFACT}-Debug.zip $_.FullName
}
deploy_script:
- appveyor PushArtifact %ARTIFACT%.msi
- appveyor PushArtifact %ARTIFACT%-Debug.zip
deploy_script:
# keep in sync with .travis.yml
- bash -c "git config --global user.email 'no-reply@appveyor.com'"
- bash -c "git config --global user.name 'AppVeyor'"