Skip to content

Commit 5c7331d

Browse files
authored
fix(release): missed a spot in last commit (#1074)
1 parent 03b1d17 commit 5c7331d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Build Go Binaries
2020
env:
2121
# NB: this variable is read by tools/release/copy_release_artifacts.sh
22+
# and must match the path in release_prep.sh under RELEASED_BINARY_INTEGRITY
2223
DEST: binaries
2324
run: |
2425
rm -rf ${{ env.DEST }}

.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 artifacts/*.sha256
33+
--raw-input binaries/*.sha256
3434
)
3535
EOF
3636

0 commit comments

Comments
 (0)