Skip to content

Commit bcd90fa

Browse files
author
Steve Powell
committed
Merge branch '99679412-compress-build-binaries-announce'
* 99679412-compress-build-binaries-announce: Adjust scripts/buildReleases to announce compressed tar build
2 parents d9e4a00 + 12b55f4 commit bcd90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildReleases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function build() {
1414
GOOS=${type} go build -a \
1515
&& mv java-buildpack-memory-calculator ${target} \
1616
&& tar -czf ${target}.tar.gz ${target} \
17-
&& echo "Built ${target}"
17+
&& echo "Built ${target}.tar.gz"
1818
}
1919

2020
build linux

0 commit comments

Comments
 (0)