Browse Source

Update appveyor.yml

master
yuriy0803 3 years ago committed by GitHub
parent
commit
26638681e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      appveyor.yml

14
appveyor.yml

@ -23,3 +23,17 @@ install:
- 7z a open-etc-pool-friends-alltools-win64-%VERSION%.zip .\build\bin\*
- ps: Get-FileHash open-etc-pool-friends-alltools-win64-$env:VERSION.zip -Algorithm SHA256
- ps: Get-FileHash open-etc-pool-friends-alltools-win64-$env:VERSION.zip | Out-File open-etc-pool-friends-alltools-win64-$env:VERSION.zip.sha256
for:
- branches:
only:
- /v\d*\.\d*\.\d*.*/
artifacts:
- path: '*open-etc-pool-friends-win64*.zip'
name: open-etc-pool-friends
- path: '*open-etc-pool-friends*.zip.sha256'
name: open-etc-pool-friends-sha256
- path: '*open-etc-pool-friends*.zip'
name: alltools
- path: '*open-etc-pool-friends*.zip.sha256'
name: alltools-sha256

Loading…
Cancel
Save