Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix: release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 27, 2023
1 parent e40a11c commit eb03267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/releaser/release_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for OS_ARCH in \
EXE=".exe"
fi

CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-s -w" -trimpath -o ${BUILD_DIR}/${PACKAGE_NAME}/ttrace${EXE} cmd/mian.go
CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags "-s -w" -trimpath -o ${BUILD_DIR}/${PACKAGE_NAME}/ttrace${EXE} ./cmd

cd ${BUILD_DIR}
if [ $OS = "windows" ]; then
Expand Down

0 comments on commit eb03267

Please sign in to comment.