mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix ci zip workflow (again)
This commit is contained in:
parent
a760588441
commit
8d8333e414
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -98,14 +98,14 @@ jobs:
|
|||
args: --release --all-features
|
||||
|
||||
- name: Bundle manpages
|
||||
uses: thedoctor0/zip-release@0:6
|
||||
uses: TheDoctor0/zip-release@0.6.2
|
||||
with:
|
||||
type: zip
|
||||
filename: manpages.zip
|
||||
path: ./target/release/manpages
|
||||
|
||||
- name: Bundle completions
|
||||
uses: thedoctor0/zip-release@0:6
|
||||
uses: TheDoctor0/zip-release@0.6.2
|
||||
with:
|
||||
type: zip
|
||||
filename: completions.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue