🔨 Fix: windows archive script
This commit is contained in:
parent
c6b538bfe6
commit
5e8cf07191
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ tasks:
|
|||
- mkdir -p dist
|
||||
- mkdir -p {{.ARCHIVE_DIR}}
|
||||
- mv {{.TARGET}} {{.ARCHIVE_DIR}}
|
||||
- 7z a {{.ARCHIVE_DIR}}.zip {{.ARCHIVE_DIR}}
|
||||
- powershell Compress-Archive -Path {{.ARCHIVE_DIR}} -DestinationPath {{.ARCHIVE_DIR}}.zip
|
||||
- rm -rf {{.ARCHIVE_DIR}}
|
Loading…
Reference in a new issue