mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Upload manpages and completions only once in ci
This commit is contained in:
parent
5d68f0334a
commit
8187269128
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -49,6 +49,7 @@ jobs:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload manpages artifact
|
- name: Upload manpages artifact
|
||||||
|
if: ${{ matrix.arch == 'x86_64' }} # only upload the manpages once
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: manpages
|
name: manpages
|
||||||
|
|
@ -56,6 +57,7 @@ jobs:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload completions artifact
|
- name: Upload completions artifact
|
||||||
|
if: ${{ matrix.arch == 'x86_64' }} # only upload the completions once
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: completions
|
name: completions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue