Skip to content

Commit a78a203

Browse files
committed
fix project path
1 parent 0cc1f72 commit a78a203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
2323
goversion: "https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz"
24-
build_command: "go build -o build/rai rai/*"
24+
project_path: "./rai"
2525
binary_name: "rai"
26+

0 commit comments

Comments
 (0)