fix variable names for provenance digest (#7498)

This commit is contained in:
saisatishkarra
2024-06-05 10:07:37 -05:00
committed by GitHub
parent b2aef286ac
commit f6484158f0
2 changed files with 11 additions and 11 deletions

View File

@@ -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