We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac7844 commit 8b114f7Copy full SHA for 8b114f7
.github/workflows/build.yml
@@ -45,7 +45,6 @@ jobs:
45
- name: Upload release
46
shell: bash
47
run: |
48
- set -x
49
curl -fSsL \
50
-o release.json \
51
-H "Accept: application/vnd.github+json" \
@@ -64,5 +63,5 @@ jobs:
64
63
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
65
-H "X-GitHub-Api-Version: 2022-11-28" \
66
-H "Content-Type: application/octet-stream" \
67
- https://uploads.github.com/repos/${{ github.repository }}/releases/`jq '.id'`/assets?name=% \
+ https://uploads.github.com/repos/${{ github.repository }}/releases/`jq '.id' release.json`/assets?name=% \
68
--data-binary @%
0 commit comments