Skip to content

Commit

Permalink
fixing asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 23, 2024
1 parent d6c7870 commit 89b1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
release_info="$(curl -sSL -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/broccolimicro/loom/releases | jq -r 'first')"
echo "url=$(echo "$release_info" | jq -r '.upload_url')" >> $GITHUB_OUTPUT
echo "release_id=$(echo "$release_info" | jq -r '.id')" >> $GITHUB_OUTPUT
echo "asset_id=$(echo "$release_info" | jq -r '.assets | .[] | select(.name == "'lm-macos'") | .id')" >> $GITHUB_OUTPUT
echo "asset_id=$(echo "$release_info" | jq -r '.assets | .[] | select(.name == "'${{ matrix.to }}'") | .id')" >> $GITHUB_OUTPUT
fi
shell: bash
env:
Expand Down

0 comments on commit 89b1681

Please sign in to comment.