Skip to content

Commit 14b6a62

Browse files
committed
update artifact names
1 parent c9f4bb4 commit 14b6a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)