Skip to content

Commit bb2fb2f

Browse files
committed
Updated CI
1 parent 44c0e58 commit bb2fb2f

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
@@ -20,7 +20,8 @@ jobs:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
23-
project_path: "./cmd/webhook-exec"
23+
project_path: "./src"
2424
binary_name: "webhook-exec"
2525
ldflags: "-s -w"
2626
extra_files: LICENSE.txt README.md misc
27+
overwrite: true

0 commit comments

Comments
 (0)