We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b1d17 commit 5c7331dCopy full SHA for 5c7331d
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Build Go Binaries
20
env:
21
# 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
23
DEST: binaries
24
run: |
25
rm -rf ${{ env.DEST }}
.github/workflows/release_prep.sh
@@ -30,7 +30,7 @@ RELEASED_BINARY_INTEGRITY = $(
30
jq \
31
--from-file .github/workflows/integrity.jq \
32
--slurp \
33
- --raw-input artifacts/*.sha256
+ --raw-input binaries/*.sha256
34
)
35
EOF
36
0 commit comments