Skip to content

Commit

Permalink
fix auto build xml 2022-06-29 23:15:1656515730
Browse files Browse the repository at this point in the history
  • Loading branch information
x51pwn committed Jun 29, 2022
1 parent ce09fb2 commit 0f67594
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/build/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
goarch:
- amd64
archives:
- format: zip
- format: zip

checksum:
name_template: "{{ .ProjectName }}-linux-checksums.txt"
6 changes: 3 additions & 3 deletions .github/build/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ builds:
- amd64

archives:
- format: zip
replacements:
darwin: macOS
- format: zip
replacements:
darwin: macOS

checksum:
name_template: "{{ .ProjectName }}-mac-checksums.txt"
2 changes: 1 addition & 1 deletion .github/build/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- amd64

archives:
- format: zip
- format: zip

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

0 comments on commit 0f67594

Please sign in to comment.