We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85be79f + bdcd7c7 commit 597326dCopy full SHA for 597326d
.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