Skip to content

Commit 2526892

Browse files
authored
Merge pull request #25731 from protocolbuffers/tonyliaoss-34.x-rc2-bazel-release
Update the path to prebuilt_tool_integrity.bzl after refactor.
2 parents fc876e2 + 5c2ac46 commit 2526892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_prep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TAG=$1
99
PREFIX="protobuf-${TAG:1}"
1010
ARCHIVE="$PREFIX.bazel.tar.gz"
1111
ARCHIVE_TMP=$(mktemp)
12-
INTEGRITY_FILE=${PREFIX}/bazel/private/prebuilt_tool_integrity.bzl
12+
INTEGRITY_FILE=${PREFIX}/bazel/private/oss/toolchains/prebuilt/protoc_toolchain.bzl
1313

1414
# NB: configuration for 'git archive' is in /.gitattributes
1515
git archive --format=tar --prefix=${PREFIX}/ ${TAG} > $ARCHIVE_TMP
@@ -27,7 +27,7 @@ reduce .assets[] as $a (
2727
# Start with an empty dictionary, and for each asset, add
2828
{}; . + {
2929
# The format required in starlark, i.e. "release-name": "deadbeef123"
30-
($a.name): ($a.digest | sub("^sha256:"; ""))
30+
($a.name): ($a.digest | sub("^sha256:"; ""))
3131
}
3232
)
3333
EOF

0 commit comments

Comments
 (0)