Skip to content

Commit

Permalink
Use pure shell to read release.id
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Mar 31, 2022
1 parent 8dfca95 commit ed22774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ push-release: build-all
-H "Accept: application/vnd.github.v3+json" \
-H "Content-Type: application/octet-stream" \
--data-binary @$$i \
https://uploads.github.com/repos/metal3d/katenary/releases/$(shell cat release.id)/assets?name=$$(basename $$i)
https://uploads.github.com/repos/metal3d/katenary/releases/$$(cat release.id)/assets?name=$$(basename $$i)
done
@rm -f release.id

0 comments on commit ed22774

Please sign in to comment.