mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
Use .Version in place of .Tag for release asset name
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
b6eb589b78
commit
8fb5b17dbd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ builds:
|
|||
-X github.com/anchore/syft/internal/version.buildDate={{.Date}}
|
||||
-X github.com/anchore/syft/internal/version.gitTreeState={{.Env.BUILD_GIT_TREE_STATE}}
|
||||
hooks:
|
||||
post: ./.github/scripts/mac-sign-and-notarize.sh "{{.IsSnapshot}}" "gon.hcl" "./dist/syft_{{.Tag}}_{{.Target}}.dmg"
|
||||
post: ./.github/scripts/mac-sign-and-notarize.sh "{{.IsSnapshot}}" "gon.hcl" "./dist/syft_{{.Version}}_{{.Target}}.dmg"
|
||||
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
|
|
Loading…
Reference in a new issue