Skip to content

Commit

Permalink
Improvements added, will review locally
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored Jun 30, 2024
1 parent e6e4771 commit c9f8103
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
project_name: slackdump
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
builds:
- env:
- id: slackdump
env:
- CGO_ENABLED=0
goos:
- linux
Expand All @@ -17,7 +20,8 @@ builds:
main: ./cmd/slackdump

archives:
- format: tar.gz
- id: default
format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
Expand All @@ -31,7 +35,7 @@ archives:
- goos: windows
format: zip
files:
- LICENSE.txt
- LICENSE
- README.rst
- slackdump.1
checksum:
Expand Down

0 comments on commit c9f8103

Please sign in to comment.