File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 599599 " if " : " matrix.host.upload" ,
600600 " name " : " Push container sync_jwks_to_configmap:sync_jwks_to_configmap" ,
601601 " run " : " bazel run --stamp //cmd/sync_jwks_to_configmap:sync_jwks_to_configmap_container_push"
602- }
602+ },
603+ {
604+ " if " : " matrix.host.upload" ,
605+ " name " : " Download release artifacts" ,
606+ " uses " : " actions/download-artifact@v4" ,
607+ " with " : {
608+ " merge-multiple " : true
609+ }
610+ },
611+ {
612+ " if " : " matrix.host.upload" ,
613+ " name " : " Calculate shasum" ,
614+ " run " : " shasum -a 256 assets/* > sha256"
615+ },
616+ {
617+ " if " : " matrix.host.upload" ,
618+ " name " : " Create GitHub draft release and upload artifacts" ,
619+ " uses " : " softprops/action-gh-release@v2" ,
620+ " with " : {
621+ " files " : [ "assets/*", "sha256" ]
622+ }
623+ },
603624 ],
604625 " strategy " : {
605626 " matrix " : {
You can’t perform that action at this time.
0 commit comments