File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
55
55
cp LICENSE release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/
56
56
tar czvf release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/ .
57
57
sha256sum "release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz" >> "release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt"
58
+ done; done
58
59
cosign sign-blob "release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt" \
59
- --output-signature="release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt.sig"
60
+ --output-signature="release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt.sig" \
60
61
--output-certificate="release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt.pem" -y
61
- done; done
62
62
63
63
- name : Upload release binaries
64
64
uses : alexellis/upload-assets@0.4.0
You can’t perform that action at this time.
0 commit comments