chore: fix release.yml

This commit is contained in:
daief 2022-05-19 13:10:23 +08:00
parent 5f1e498454
commit ad566993ad
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
cp .\config.default.yml .\config.yml
Compress-Archive -Path .\wakapi.exe, .\config.yml -DestinationPath release.zip
- name: Compress working folder on Unix
if: runner.os != 'Windows'
run: |
cp config.default.yml config.yml
zip -9 release.zip wakapi config.yml