Skip to content

Commit

Permalink
Don't overwrite the zip shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed May 20, 2024
1 parent c569c42 commit 69b96ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ zip "${zip_artifactbundle}" periphery LICENSE.md info.json
codesign "${zip_artifactbundle}"

echo -e "\n${zip_artifactbundle} checksum:"
sha256=$( shasum -a 256 ${zip_artifactbundle} | awk '{print $1}' )
echo ${sha256}
artifactbundle_sha256=$( shasum -a 256 ${zip_artifactbundle} | awk '{print $1}' )
echo ${artifactbundle_sha256}

# Notarize
notarize "${zip_filename}"
Expand Down

0 comments on commit 69b96ba

Please sign in to comment.