diff --git a/appveyor.yml b/appveyor.yml index 29766c2..16f8c79 100644 --- a/appveyor.yml +++ b/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