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 56f1b20 commit c4af43eCopy full SHA for c4af43e
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
22
goarch: ${{ matrix.goarch }}
23
- project_path: "./src"
+ project_path: "./src/cmd/webhook-exec"
24
binary_name: "webhook-exec"
25
ldflags: "-s -w"
26
extra_files: LICENSE.txt README.md misc
0 commit comments