Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into devkit_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-m-leonard committed Mar 27, 2024
2 parents 81cbab7 + 6081776 commit 434ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/releaseCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo Grabbing information from https://github.com/adoptium/temurin${TEMURIN_VERS
FILTER=$(echo $TEMURIN_TAG | sed 's/+/%2B/g')
echo FILTER IS: $FILTER
curl -q https://api.github.com/repos/adoptium/temurin${TEMURIN_VERSION}-binaries/releases |
grep "$FILTER" |
grep "/$FILTER/" |
awk -F'"' '/browser_download_url/{print$4}' > releaseCheck.$$.tmp || exit 1

#### LINUX (ALL)
Expand Down

0 comments on commit 434ded2

Please sign in to comment.