summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c23d6b457..54efd1042 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -333,7 +333,7 @@ after_test:
# If this build is going to be deployed, build a zip file.
- ps: |-
- if ($env:APPVEYOR_REPO_TAG) {
+ if ($env:APPVEYOR_REPO_TAG -eq "true") {
Compress-Archive -CompressionLevel Optimal -Force `
-Path "$env:DENO_BUILD_PATH\deno.exe" `
-DestinationPath "$env:APPVEYOR_BUILD_FOLDER\$env:RELEASE_ARTIFACT"