8000 fix deprecated set-output (#270) · sigstore/sigstore-python@392e17a · GitHub
[go: up one dir, main page]

Skip to content

Commit 392e17a

Browse files
authored
fix deprecated set-output (#270)
Signed-off-by: Bob Callaway <bcallaway@google.com> Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent 1216ea0 commit 392e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# sha256sum generates sha256 hash for all artifacts.
6464
# base64 -w0 encodes to base64 and outputs on a single line.
6565
# sha256sum artifact1 artifact2 ... | base64 -w0
66-
echo "::set-output name=hashes::$(sha256sum ./dist/* | base64 -w0)"
66+
echo "hashes=$(sha256sum ./dist/* | base64 -w0)" >> $GITHUB_OUTPUT
6767
6868
- name: Upload built packages
6969
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)
0