Skip to content

Commit

Permalink
trying to get more information about the error
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 23, 2024
1 parent 837e1e4 commit 4bd0854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ jobs:
- name: Get Latest Release Upload URL
if: github.event_name != 'release'
run: |
curl -sSL https://api.github.com/repos/broccolimicro/loom/releases
curl -sSL https://api.github.com/repos/broccolimicro/loom/releases | jq -r 'first | .upload_url'
upload_url="$(curl -sSL https://api.github.com/repos/broccolimicro/loom/releases | jq -r 'first | .upload_url')"
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
echo "UPLOAD_URL=\"$upload_url\"" >> $GITHUB_ENV
shell: bash

- name: Upload Latest Release Asset
Expand Down

0 comments on commit 4bd0854

Please sign in to comment.