We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca6c51 commit 1ab7ff8Copy full SHA for 1ab7ff8
.github/workflows/go.yml
@@ -29,7 +29,9 @@ jobs:
29
- name: Compress binaries
30
uses: svenstaro/upx-action@v2
31
with:
32
- file: junit2jira
+ files: |
33
+ junit2jira
34
+ flakechecker
35
36
- name: Test
37
run: go test -v ./...
@@ -38,7 +40,9 @@ jobs:
38
40
uses: actions/upload-artifact@v3
39
41
42
name: junit2jira
- path: junit2jira
43
+ path: |
44
45
46
47
release:
48
if: startsWith(github.ref, 'refs/tags/')
@@ -55,3 +59,4 @@ jobs:
55
59
56
60
files: |
57
61
junit2jira
62
0 commit comments