forked from TrueCloudLab/certificates
[action] build artifacts in .releases dir to match actions
This commit is contained in:
parent
9cfdd2f3df
commit
aef1e8ca7b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -236,7 +236,7 @@ distclean: clean
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
BINARY_OUTPUT=$(OUTPUT_ROOT)binary/
|
BINARY_OUTPUT=$(OUTPUT_ROOT)binary/
|
||||||
RELEASE=./.ci-releases
|
RELEASE=./.releases
|
||||||
|
|
||||||
define BUNDLE_MAKE
|
define BUNDLE_MAKE
|
||||||
# $(1) -- Go Operating System (e.g. linux, darwin, windows, etc.)
|
# $(1) -- Go Operating System (e.g. linux, darwin, windows, etc.)
|
||||||
|
|
Loading…
Reference in a new issue