Skip to content

Commit a138b62

Browse files
committed
HOTFIX: artifact naming convention
1 parent 0ab3b41 commit a138b62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,10 @@ jobs:
659659
matrix:
660660
include:
661661
- mode: "dms"
662+
docker-file: "windows-dms-dockerfile.zip"
662663
zip-file: "windows-dms-binaries.zip"
663664
- mode: "coreservice"
665+
docker-file: "windows-core-dockerfile.zip"
664666
zip-file: "windows-core-binaries.zip"
665667
steps:
666668
- name: Checkout repository
@@ -720,8 +722,8 @@ jobs:
720722
- name: Upload Windows Dockerfile
721723
uses: actions/upload-artifact@v4
722724
with:
723-
name: windows-${{ matrix.mode }}-dockerfile.zip
724-
path: windows-${{ matrix.mode }}-dockerfile.zip
725+
name: ${{ matrix.docker-file }}
726+
path: ${{ matrix.docker-file }}
725727
retention-days: 7
726728

727729
- name: Stop the Geometry service

0 commit comments

Comments
 (0)