Skip to content

Commit 597326d

Browse files
authored
Merge pull request #127 from CompassSecurity/frjcomp-patch-1
Update release.yaml
2 parents 85be79f + bdcd7c7 commit 597326d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: release
12
on:
23
release:
34
types: [created]
@@ -21,4 +22,4 @@ jobs:
2122
github_token: ${{ secrets.GITHUB_TOKEN }}
2223
goos: ${{ matrix.goos }}
2324
goarch: ${{ matrix.goarch }}
24-
project_path: ./src/pipeleak
25+
project_path: ./src/pipeleak

0 commit comments

Comments
 (0)