mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-03 20:43:40 -04:00
fix variable names for provenance digest (#7498)
This commit is contained in:
6
.github/scripts/generate-binary-digest.sh
vendored
6
.github/scripts/generate-binary-digest.sh
vendored
@@ -29,8 +29,4 @@ if [[ -z "$(cat ${ELECTRON_ARTIFACT_SHAFILE})" ]]; then
|
||||
else
|
||||
echo "ELECTRON APP FILE DIGEST"
|
||||
base64 -w0 "${ELECTRON_ARTIFACT_SHAFILE}" > "${ELECTRON_ARTIFACT_BASE64_FILE}"
|
||||
fi
|
||||
|
||||
# Due to limitation here: https://github.com/orgs/community/discussions/37942
|
||||
echo "inso_binary_artifact_base64_file=${CLI_ARTIFACT_BASE64_FILE}" >> "$GITHUB_OUTPUT"
|
||||
echo "electron_binary_artifact_base64_file=${ELECTRON_ARTIFACT_BASE64_FILE}" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
Reference in New Issue
Block a user