diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index aa823127a0..51d924662a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -717,7 +717,7 @@ jobs: uses: vimtor/action-zip@v1.2 with: files: docker/windows/${{ matrix.mode }}/Dockerfile - dest: windows-${{ matrix.mode }}-dockerfile.zip + dest: ${{ matrix.docker-file }} - name: Upload Windows Dockerfile uses: actions/upload-artifact@v4