1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: fix release.yml

This commit is contained in:
daief 2022-05-19 13:10:23 +08:00
parent 5f1e498454
commit ad566993ad

View File

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