File tree 1 file changed +36
-5
lines changed
1 file changed +36
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
+
2
3
before :
3
4
hooks :
4
5
- go mod tidy
6
+
5
7
builds :
6
- - env :
8
+ - id : other
9
+ env :
7
10
- CGO_ENABLED=0
8
11
dir : .
9
12
goos :
@@ -17,23 +20,51 @@ builds:
17
20
- arm
18
21
- arm64
19
22
goarm :
20
- - 6
21
- - 7
23
+ - " 6 "
24
+ - " 7 "
22
25
ignore :
23
26
- goos : darwin
24
27
goarch : arm
25
28
- goos : openbsd
26
29
goarch : arm64
27
30
- goos : windows
28
31
goarch : arm
32
+
33
+ # linux/amd64 binary is named according to the pre 1.1.0 version to ensure
34
+ # upwards compatibility of the gcov2lcov-action. see also below in the archives
35
+ # section
36
+ - id : linux_amd64
37
+ env :
38
+ - CGO_ENABLED=0
39
+ dir : .
40
+ binary : bin/gcov2lcov-linux-amd64
41
+ goos :
42
+ - linux
43
+ goarch :
44
+ - amd64
45
+
46
+ # linux/amd64 binary is named according to the pre 1.1.0 version to ensure
47
+ # upwards compatibility of the gcov2lcov-action
29
48
archives :
30
- - files :
49
+ - id : linux_amd64
50
+ builds :
51
+ - linux_amd64
52
+ name_template : gcov2lcov-linux-amd64
53
+ files :
54
+ - README.md
55
+ - LICENSE
56
+ - CHANGELOG.md
57
+ - id : other
58
+ builds :
59
+ - other
60
+ files :
31
61
- README.md
32
62
- LICENSE
33
63
- CHANGELOG.md
34
- format_overrides :
64
+ format_overrides :
35
65
- goos : windows
36
66
format : zip
67
+
37
68
checksum :
38
69
name_template : ' checksums.txt'
39
70
snapshot :
You can’t perform that action at this time.
0 commit comments