Skip to content

Commit

Permalink
Update update_airlift_binary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed Apr 26, 2024
1 parent 6265bcf commit 51ec888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update_airlift_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
id: get_release
run: |
response=$(curl -sSL https://api.github.com/repos/TheAcharya/Airlift/releases/latest)
echo "$response" | jq '.' # Debug output for verification
latest_release_tag=$(echo "$response" | jq -r '.tag_name | ltrimstr("v")')
# Adjust the `select` filter to accurately capture the correct asset name
latest_release_url=$(echo "$response" | jq -r '.assets[] | select(.name | test("bin_airlift_.*_macos_x64.zip$")) | .browser_download_url')
echo "Latest release tag: $latest_release_tag"
Expand Down

0 comments on commit 51ec888

Please sign in to comment.