Skip to content

Commit 52dad3d

Browse files
authored
fix(release): yet another spot that's wrong (#1077)
1 parent 5c7331d commit 52dad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RELEASED_BINARY_INTEGRITY = $(
3030
jq \
3131
--from-file .github/workflows/integrity.jq \
3232
--slurp \
33-
--raw-input binaries/*.sha256
33+
--raw-input go-binaries/*.sha256
3434
)
3535
EOF
3636

0 commit comments

Comments
 (0)