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 0ab3b41 commit a138b62Copy full SHA for a138b62
.github/workflows/ci_cd.yml
@@ -659,8 +659,10 @@ jobs:
659
matrix:
660
include:
661
- mode: "dms"
662
+ docker-file: "windows-dms-dockerfile.zip"
663
zip-file: "windows-dms-binaries.zip"
664
- mode: "coreservice"
665
+ docker-file: "windows-core-dockerfile.zip"
666
zip-file: "windows-core-binaries.zip"
667
steps:
668
- name: Checkout repository
@@ -720,8 +722,8 @@ jobs:
720
722
- name: Upload Windows Dockerfile
721
723
uses: actions/upload-artifact@v4
724
with:
- name: windows-${{ matrix.mode }}-dockerfile.zip
- path: windows-${{ matrix.mode }}-dockerfile.zip
725
+ name: ${{ matrix.docker-file }}
726
+ path: ${{ matrix.docker-file }}
727
retention-days: 7
728
729
- name: Stop the Geometry service
0 commit comments