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:
parent
5f1e498454
commit
ad566993ad
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user