Skip to content

Commit 0f67594

Browse files
committed
fix auto build xml 2022-06-29 23:15:1656515730
1 parent ce09fb2 commit 0f67594

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/build/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builds:
1717
goarch:
1818
- amd64
1919
archives:
20-
- format: zip
20+
- format: zip
2121

2222
checksum:
2323
name_template: "{{ .ProjectName }}-linux-checksums.txt"

.github/build/mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ builds:
1818
- amd64
1919

2020
archives:
21-
- format: zip
22-
replacements:
23-
darwin: macOS
21+
- format: zip
22+
replacements:
23+
darwin: macOS
2424

2525
checksum:
2626
name_template: "{{ .ProjectName }}-mac-checksums.txt"

.github/build/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
- amd64
2121

2222
archives:
23-
- format: zip
23+
- format: zip
2424

2525
checksum:
2626
name_template: "{{ .ProjectName }}-windows-checksums.txt"

0 commit comments

Comments
 (0)