diff options
| author | OpportunityLiu <[email protected]> | 2019-06-20 18:36:43 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-20 18:38:22 +0800 |
| commit | 3d54d594eb812ece28f34dd8bb1dc46a7b204022 (patch) | |
| tree | 2c88a6e09e6a22b9bed8c51995e63f7619b70d14 | |
| parent | f36cd220cbf087247254b1f6700dd89c6b62428a (diff) | |
fix ScoopInstaller/Main#159
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
