Skip to content

Commit 1ab7ff8

Browse files
committed
Update release workflow
1 parent eca6c51 commit 1ab7ff8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- name: Compress binaries
3030
uses: svenstaro/upx-action@v2
3131
with:
32-
file: junit2jira
32+
files: |
33+
junit2jira
34+
flakechecker
3335
3436
- name: Test
3537
run: go test -v ./...
@@ -38,7 +40,9 @@ jobs:
3840
uses: actions/upload-artifact@v3
3941
with:
4042
name: junit2jira
41-
path: junit2jira
43+
path: |
44+
junit2jira
45+
flakechecker
4246
4347
release:
4448
if: startsWith(github.ref, 'refs/tags/')
@@ -55,3 +59,4 @@ jobs:
5559
with:
5660
files: |
5761
junit2jira
62+
flakechecker

0 commit comments

Comments
 (0)