Skip to content

Commit

Permalink
tweak build
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent c04ce8d commit 81fc8dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
DIR="$(mktemp -d)"
mkdir "$DIR/sshamble"
cp LICENSE.md "$DIR/sshamble"
go build -o "$DIR/sshamble" -ldflags "-s -w -X main.Version=$VERSION" -trimpath ./cmd/...
go build -o "$DIR/sshamble" -ldflags "-s -w -X github.com/runZeroInc/sshamble/cmd/main.Version=$VERSION" -trimpath
if [ "$GOOS" == "windows" ]; then
( cd "$DIR"; zip sshamble.zip -r sshamble )
mv "$DIR/sshamble.zip" "sshamble-$VERSION-$GOOS-$GOARCH.zip"
Expand Down
Empty file added badkeys/tables/keep.txt
Empty file.

0 comments on commit 81fc8dd

Please sign in to comment.