Skip to content

Commit

Permalink
glob
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrwolf committed Mar 26, 2022
1 parent 6839efb commit 642bf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ universal_binaries:

release:
extra_files:
- glob: offline/*
- glob: ./offline/payload.tar.gz
name_template: offline-payload.tar.gz
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ require (
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211215212317-ea0209f50ae1
github.com/rs/zerolog v1.26.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down Expand Up @@ -270,7 +271,6 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down

0 comments on commit 642bf37

Please sign in to comment.