We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc876e2 + 5c2ac46 commit 2526892Copy full SHA for 2526892
.github/workflows/release_prep.sh
@@ -9,7 +9,7 @@ TAG=$1
9
PREFIX="protobuf-${TAG:1}"
10
ARCHIVE="$PREFIX.bazel.tar.gz"
11
ARCHIVE_TMP=$(mktemp)
12
-INTEGRITY_FILE=${PREFIX}/bazel/private/prebuilt_tool_integrity.bzl
+INTEGRITY_FILE=${PREFIX}/bazel/private/oss/toolchains/prebuilt/protoc_toolchain.bzl
13
14
# NB: configuration for 'git archive' is in /.gitattributes
15
git archive --format=tar --prefix=${PREFIX}/ ${TAG} > $ARCHIVE_TMP
@@ -27,7 +27,7 @@ reduce .assets[] as $a (
27
# Start with an empty dictionary, and for each asset, add
28
{}; . + {
29
# The format required in starlark, i.e. "release-name": "deadbeef123"
30
- ($a.name): ($a.digest | sub("^sha256:"; ""))
+ ($a.name): ($a.digest | sub("^sha256:"; ""))
31
}
32
)
33
EOF
0 commit comments