Skip to content

Commit 34b95ff

Browse files
committed
fix: build
1 parent 07f1b82 commit 34b95ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cross_compile_caddy() {
6767
XCADDY_OUT="${XCADDY_OUT}v${GOARM}"
6868
fi
6969
if [[ ${GOOS} == "windows" ]]; then
70-
XCADDY_OUT="build/naive-${GOOS}-${GOARCH}".exe
70+
XCADDY_OUT="${XCADDY_OUT}.exe"
7171
fi
7272

7373
echo "Cross-compiling Caddy for $GOOS/$GOARCH/$GOARM..."

0 commit comments

Comments
 (0)