Skip to content

Commit 3d938b9

Browse files
committed
test 5
1 parent 94f8ddf commit 3d938b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
cp LICENSE release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/
5656
tar czvf release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz -C release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}/ .
5757
sha256sum "release/kubectl-nginx_supportpkg_${VERSION}_${OS}_${ARCH}.tar.gz" >> "release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt"
58+
done; done
5859
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" \
6061
--output-certificate="release/kubectl-nginx_supportpkg_${VERSION}_checksums.txt.pem" -y
61-
done; done
6262
6363
- name: Upload release binaries
6464
uses: alexellis/upload-assets@0.4.0

0 commit comments

Comments
 (0)