We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05928d5 commit afef994Copy full SHA for afef994
Makefile
@@ -52,7 +52,7 @@ dist: build build-frontend
52
# in the .goreleaser post-build hook.
53
.PHONY: pack-bin
54
pack-bin:
55
- stuffbin -a stuff -in $(bin) -out $(bin) ${STATIC}
+ stuffbin -a stuff -in ${BIN} -out ${BIN} ${STATIC}
56
57
# Use goreleaser to do a dry run producing local builds.
58
.PHONY: release-dry
0 commit comments