Skip to content

Commit

Permalink
relese binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Kennedy committed May 27, 2023
1 parent 1fef134 commit 47d6262
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,18 @@ changelog:
- title: Others
order: 999
release:
draft: true
extra_files:
- name_template: witness_linux_amd64
glob: dist/witness_linux_amd64_v1/witness
prerelease: auto
github:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}"
upx:
-
# Whether to enable it or not.
enabled: true

# Compress argument.
# Valid options are from '1' (faster) to '9' (better), and 'best'.
compress: best
Expand All @@ -52,4 +56,4 @@ upx:
lzma: true

# Whether to try all methods and filters (slow).
brute: true
brute: true

0 comments on commit 47d6262

Please sign in to comment.