Update .forgejo/workflows/nightly.yml
This commit is contained in:
parent
44c7ac87fb
commit
90506856e9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
|
||||||
- name: "Make archives"
|
- name: "Make archives"
|
||||||
run: mkdir dist;find * -maxdepth 0 -name "pages.*" -exec sh -c "cd {} && zip -qqr ../dist/tldr-{}.zip ." \;
|
run: mkdir dist;find * -maxdepth 0 -name "pages.*" -exec sh -c "cd {} && 7z a ../dist/tldr-{}.zip ." \;
|
||||||
|
|
||||||
- uses: actions/forgejo-release@v1
|
- uses: actions/forgejo-release@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue