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 @@ -632,7 +632,7 @@ jobs:
632632 working-directory : ./langtest/
633633 - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
634634 with :
635- name : gomodule -kustomize-create
635+ name : ${{inputs.langauge}}-win -kustomize-create
636636 path : |
637637 ./langtest
638638 !./langtest/**/.git/*
@@ -645,7 +645,7 @@ jobs:
645645 name : draft-binary
646646 - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
647647 with :
648- name : gomodule -kustomize-create
648+ name : ${{inputs.language}}-win -kustomize-create
649649 path : ./langtest
650650 - run : Remove-Item ./langtest/overlays/production/ingress.yaml -ErrorAction Ignore
651651 - run : ./draft.exe -v update -d ./langtest/ -a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1
You can’t perform that action at this time.
0 commit comments