mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix ci upload artifact action
This commit is contained in:
parent
8d8333e414
commit
45c315e9bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -121,13 +121,13 @@ jobs:
|
|||
- name: Upload manpages artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name:
|
||||
name: manpages.zip
|
||||
path: ./manpages.zip
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload completions artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name:
|
||||
name: completions.zip
|
||||
path: ./completions.zip
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue