mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Re-fix ci zip workflow
This commit is contained in:
parent
81931829b0
commit
c99eedd7a7
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
|
args: --release --all-features
|
||||||
|
|
||||||
- name: Bundle manpages
|
- name: Bundle manpages
|
||||||
uses: thedoctor0/zip-release@0.6
|
uses: thedoctor0/zip-release@0.6.2
|
||||||
with:
|
with:
|
||||||
type: zip
|
type: zip
|
||||||
filename: manpages.zip
|
filename: manpages.zip
|
||||||
path: ./target/release/manpages
|
path: ./target/release/manpages
|
||||||
|
|
||||||
- name: Bundle completions
|
- name: Bundle completions
|
||||||
uses: thedoctor0/zip-release@0.6
|
uses: thedoctor0/zip-release@0.6.2
|
||||||
with:
|
with:
|
||||||
type: zip
|
type: zip
|
||||||
filename: completions.zip
|
filename: completions.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue