From 3d54d594eb812ece28f34dd8bb1dc46a7b204022 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 20 Jun 2019 18:36:43 +0800 Subject: fix ScoopInstaller/Main#159 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 144fd6438..9fe709ee5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -64,7 +64,7 @@ after_build: - ps: Copy-Item .\*.md .\xmake - ps: Copy-Item C:\winenv\ .\xmake -Recurse - ps: Copy-Item .\core\build\xmake.exe .\xmake - - ps: Compress-Archive -Path .\xmake\* -DestinationPath .\archive.zip -CompressionLevel Optimal + - ps: Compress-Archive -Path .\xmake -DestinationPath .\archive.zip -CompressionLevel Optimal - ps: Push-AppveyorArtifact .\archive.zip -FileName xmake.zip -DeploymentName "xmake-archive" test_script: -- cgit v1.3.1