We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c0e58 commit bb2fb2fCopy full SHA for bb2fb2f
.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
22
goarch: ${{ matrix.goarch }}
23
- project_path: "./cmd/webhook-exec"
+ project_path: "./src"
24
binary_name: "webhook-exec"
25
ldflags: "-s -w"
26
extra_files: LICENSE.txt README.md misc
27
+ overwrite: true
0 commit comments