Skip to content

Commit f6859b7

Browse files
committed
Added .ps1 extension
1 parent 5ed6c88 commit f6859b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ upload-resources-to-github:
130130
${MAKEFILE_PATH}/scripts/upload-resources-to-github -k -s ${K8S_1_25_ASSET_SUFFIX}
131131

132132
upload-resources-to-github-windows:
133-
powershell -File ${MAKEFILE_PATH}/scripts/upload-resources-to-github-windows -BinariesOnly
133+
powershell -File ${MAKEFILE_PATH}/scripts/upload-resources-to-github-windows.ps1 -BinariesOnly
134134

135135
generate-k8s-yaml:
136136
${MAKEFILE_PATH}/scripts/generate-k8s-yaml

0 commit comments

Comments
 (0)