We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6c88 commit f6859b7Copy full SHA for f6859b7
Makefile
@@ -130,7 +130,7 @@ upload-resources-to-github:
130
${MAKEFILE_PATH}/scripts/upload-resources-to-github -k -s ${K8S_1_25_ASSET_SUFFIX}
131
132
upload-resources-to-github-windows:
133
- powershell -File ${MAKEFILE_PATH}/scripts/upload-resources-to-github-windows -BinariesOnly
+ powershell -File ${MAKEFILE_PATH}/scripts/upload-resources-to-github-windows.ps1 -BinariesOnly
134
135
generate-k8s-yaml:
136
${MAKEFILE_PATH}/scripts/generate-k8s-yaml
0 commit comments