Skip to content

Commit

Permalink
Fix release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Nov 7, 2022
1 parent 4daa6d0 commit 0eef2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
id: get_upload_url
run: >
url=$(echo "$response" | jq -r ".[0].upload_url")
echo "::set-output name=url::$url"
env:
response: ${{ steps.get_latest_release.outputs.data }}
Expand Down

0 comments on commit 0eef2c5

Please sign in to comment.