mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-17 16:59:47 +05:00
update action
This commit is contained in:
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@@ -119,10 +119,9 @@ jobs:
|
||||
tree zaprett/ zaprett-extended/ zaprett-tv/
|
||||
- name: Create archives
|
||||
run: |
|
||||
zip zaprett.zip zaprett/* -r
|
||||
zip zaprett-extended.zip zaprett-extended/* -r
|
||||
zip zaprett-tv.zip zaprett-tv/* -r
|
||||
|
||||
cd zaprett && zip -r ../zaprett.zip . && cd ..
|
||||
cd zaprett-extended && zip -r ../zaprett-extended.zip . && cd ..
|
||||
cd zaprett-tv && zip -r ../zaprett-tv.zip . && cd ..
|
||||
mv zaprett.zip out/
|
||||
mv zaprett-extended.zip out/
|
||||
mv zaprett-tv.zip out/
|
||||
|
||||
Reference in New Issue
Block a user