We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85be79f commit bdcd7c7Copy full SHA for bdcd7c7
.github/workflows/release.yaml
@@ -1,3 +1,4 @@
1
+name: release
2
on:
3
release:
4
types: [created]
@@ -21,4 +22,4 @@ jobs:
21
22
github_token: ${{ secrets.GITHUB_TOKEN }}
23
goos: ${{ matrix.goos }}
24
goarch: ${{ matrix.goarch }}
- project_path: ./src/pipeleak
25
+ project_path: ./src/pipeleak
0 commit comments