ci: name upload step
This commit is contained in:
parent
0201c5caa4
commit
0444bd3e5f
3
.github/workflows/slsa-publish.yml
vendored
3
.github/workflows/slsa-publish.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
||||||
HASHES=$(sha256sum * | base64 -w0)
|
HASHES=$(sha256sum * | base64 -w0)
|
||||||
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
|
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- name: upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: wheel
|
name: wheel
|
||||||
path: dist/*.whl
|
path: dist/*.whl
|
||||||
|
|
Loading…
Reference in a new issue