Skip to content

Commit 4682cb8

Browse files
committed
release: name the artifact for the sha1
Also do some basic grouping of output. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent dd4473b commit 4682cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ jobs:
6060
- name: Output dist file info
6161
run: |
6262
sha512sum dist/*
63+
echo ::group::file contents
6364
tar -ztf dist/*.tar.gz | sort
65+
echo ::endgroup::
6466
6567
- uses: actions/upload-artifact@v4
6668
with:
67-
name: results
69+
name: dist-${{ github.sha }}.tar.gz
6870
path: dist/*
6971

7072
- name: publish

0 commit comments

Comments
 (0)