mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix ci short commit sha
This commit is contained in:
parent
c99eedd7a7
commit
24fbedc7d7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -119,20 +119,20 @@ jobs:
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: crunchy-${{ steps.short_commit_sha.sha_short }}_${{ matrix.platform }}${{ matrix.ext }}
|
name: crunchy-${{ steps.short_commit_sha.outputs.sha_short }}_${{ matrix.platform }}${{ matrix.ext }}
|
||||||
path: ./target/release/crunchy-cli${{ matrix.ext }}
|
path: ./target/release/crunchy-cli${{ matrix.ext }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload manpages artifact
|
- name: Upload manpages artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: manpages-${{ steps.short_commit_sha.sha_short }}.zip
|
name: manpages-${{ steps.short_commit_sha.outputs.sha_short }}.zip
|
||||||
path: ./manpages.zip
|
path: ./manpages.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload completions artifact
|
- name: Upload completions artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: completions-${{ steps.short_commit_sha.sha_short }}.zip
|
name: completions-${{ steps.short_commit_sha.outputs.sha_short }}.zip
|
||||||
path: ./completions.zip
|
path: ./completions.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue