Skip to content

Commit ed22774

Browse files
committed
Use pure shell to read release.id
1 parent 8dfca95 commit ed22774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ push-release: build-all
147147
-H "Accept: application/vnd.github.v3+json" \
148148
-H "Content-Type: application/octet-stream" \
149149
--data-binary @$$i \
150-
https://uploads.github.com/repos/metal3d/katenary/releases/$(shell cat release.id)/assets?name=$$(basename $$i)
150+
https://uploads.github.com/repos/metal3d/katenary/releases/$$(cat release.id)/assets?name=$$(basename $$i)
151151
done
152152
@rm -f release.id

0 commit comments

Comments
 (0)