diff options
| author | OpportunityLiu <[email protected]> | 2019-06-08 14:52:43 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-08 14:52:43 +0800 |
| commit | 107c658ad2dade146ac368a77efeba15e29e6a93 (patch) | |
| tree | 7ceac1a55b68454202e11b843ec7c37bfcc63df2 | |
| parent | 51f194fcff8fb7ddaaf85f152e4722ca4f55af3a (diff) | |
fix archive
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 52f4ad303..b4bc90e4f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -63,7 +63,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: |
