Fix git hash

This commit is contained in:
jgromes 2024-12-31 14:05:17 +01:00
parent 0e3d58ebc2
commit 751aeaa39c

View file

@ -192,7 +192,7 @@ jobs:
- name: Extract short commit hash
id: short-hash
run: echo "::set-output name=short_sha::${GITHUB_SHA:0:8}"
run: echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
- name: Upload size report as artifact
uses: actions/upload-artifact@v3