Skip to content

Commit

Permalink
sha256sum > shasum -a 256 think different
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Nov 12, 2024
1 parent 7f591ce commit 3670cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fi
curl -L "$RELEASE_URL" --output target.tar.gz || exit 1
RELEASE_SHA=`sha256sum target.tar.gz | awk '{ print $1 }'`
RELEASE_SHA=`shasum -a 256 target.tar.gz | awk '{ print $1 }'`
RELEASE_URL=$(printf '%s\n' "$RELEASE_URL" | sed 's:[\\/&]:\\&:g; $!s/$/\\/')
Expand Down

0 comments on commit 3670cd5

Please sign in to comment.