File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 set -e -x
8888 VERSION=`echo ${{ github.ref }} | grep -Eo '[0-9].*'`
8989
90- ./hack/build-binaries.sh "$VERSION" > . /go-checksums
91- cat . /go-checksums
92- diff . /go-checksums <(cat <<EOF
90+ ./hack/build-binaries.sh "$VERSION" > /tmp /go-checksums
91+ cat /tmp /go-checksums
92+ diff /tmp /go-checksums <(cat <<EOF
9393 ${{steps.get-checksums-from-draft-release.outputs.result}}
9494 EOF
9595 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ git diff --exit-code vendor/github.com/vdemeester || {
2121}
2222
2323# export GOOS=linux GOARCH=amd64
24- go build -ldflags= " $LDFLAGS " - trimpath -o " imgpkg${IMGPKG_BINARY_EXT-} " ./cmd/imgpkg/...
24+ go build -trimpath -o " imgpkg${IMGPKG_BINARY_EXT-} " ./cmd/imgpkg/...
2525./imgpkg version
2626
2727# compile tests, but do not run them: https://github.com/golang/go/issues/15513#issuecomment-839126426
You can’t perform that action at this time.
0 commit comments