Use pure shell to read release.id
This commit is contained in:
2
Makefile
2
Makefile
@@ -147,6 +147,6 @@ push-release: build-all
|
|||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
--data-binary @$$i \
|
--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
|
done
|
||||||
@rm -f release.id
|
@rm -f release.id
|
||||||
|
Reference in New Issue
Block a user