diff --git a/.goreleaser.yml b/.goreleaser.yml index 8e0b887..030cb68 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,8 +21,7 @@ builds: - cmd: bash -c "make install && packer plugins installed" # - cmd: bash -c "cp -rfp {{ dir .Path }}/{{ .ProjectName }}_v{{ .Version }}_{{ .Env.PACKER_CI_PROJECT_API_VERSION }}_{{ .Os }}_{{ .Arch }} ./{{ .ProjectName }}" - cmd: bash -c "make validate-examples" - - cmd: bash -c "packer-sdc plugin-check {{ .ProjectName }}" - - cmd: bash -c "rm -f ./{{ .ProjectName }}" + - cmd: bash -c "packer-sdc plugin-check {{ dir .Path }}/{{ .ProjectName }}_v{{ .Version }}_{{ .Env.PACKER_CI_PROJECT_API_VERSION }}_{{ .Os }}_{{ .Arch }}" flags: - -trimpath #removes all file system paths from the compiled executable ldflags: