Fix appveyor artifact

This commit is contained in:
Pengfei
2021-06-28 23:21:05 +08:00
parent 2575e7fdde
commit 857bd12a6f
+1 -1
View File
@@ -52,7 +52,7 @@ after_build:
} else {
$BUILD_ZIP = "threeSD-windows-$GITDATE-$GITREV.zip" -replace " ", ""
}
$env:BUILD_ZIP = $BUILD_SEVENZIP
$env:BUILD_ZIP = $BUILD_ZIP
7z a $BUILD_ZIP release
artifacts:
- path: $(BUILD_ZIP)