Fix ci short commit sha

This commit is contained in:
ByteDream 2022-11-27 22:42:15 +01:00
parent c99eedd7a7
commit 24fbedc7d7

View file

@ -119,20 +119,20 @@ jobs:
- name: Upload binary artifact
uses: actions/upload-artifact@v3
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 }}
if-no-files-found: error
- name: Upload manpages artifact
uses: actions/upload-artifact@v3
with:
name: manpages-${{ steps.short_commit_sha.sha_short }}.zip
name: manpages-${{ steps.short_commit_sha.outputs.sha_short }}.zip
path: ./manpages.zip
if-no-files-found: error
- name: Upload completions artifact
uses: actions/upload-artifact@v3
with:
name: completions-${{ steps.short_commit_sha.sha_short }}.zip
name: completions-${{ steps.short_commit_sha.outputs.sha_short }}.zip
path: ./completions.zip
if-no-files-found: error