Skip to content

Commit 06861af

Browse files
committed
Update release workflow
1 parent eca6c51 commit 06861af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
uses: actions/upload-artifact@v3
3939
with:
4040
name: junit2jira
41-
path: junit2jira
41+
path: |
42+
junit2jira
43+
flakechecker
4244
4345
release:
4446
if: startsWith(github.ref, 'refs/tags/')
@@ -55,3 +57,4 @@ jobs:
5557
with:
5658
files: |
5759
junit2jira
60+
flakechecker

0 commit comments

Comments
 (0)