Skip to content

Commit

Permalink
Fixed build command in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Jan 14, 2024
1 parent 654854a commit 5672d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fi
mkdir "$BUILD_DIR"
cp README.md "$BUILD_DIR/README.md"
go build -o "$BUILD_DIR/seer${EXTENSION}" ./...
go build -o "$BUILD_DIR/seer${EXTENSION}" .
zip -r "$BUILD_DIR.zip" "$BUILD_DIR"
- name: Upload release asset for each valid (GOOS, GOARH) pair
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 5672d6a

Please sign in to comment.