Skip to content

Commit

Permalink
fix(nfpm): Add extension to produced artifacts
Browse files Browse the repository at this point in the history
Add extension to produced artifacts so that they can be filtered in
later steps

Fixes #3933
  • Loading branch information
mbamber committed Apr 13, 2023
1 parent b36e30a commit bff8044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pipe/nfpm/nfpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ func create(ctx *context.Context, fpm config.NFPM, format string, binaries []*ar
artifact.ExtraBuilds: binaries,
artifact.ExtraID: fpm.ID,
artifact.ExtraFormat: format,
artifact.ExtraExt: format,
extraFiles: contents,
},
})
Expand Down

0 comments on commit bff8044

Please sign in to comment.