Skip to content

Commit c4891e2

Browse files
committed
HOTFIX: artifact name for Docker
1 parent 9a5128f commit c4891e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ jobs:
717717
uses: vimtor/[email protected]
718718
with:
719719
files: docker/windows/${{ matrix.mode }}/Dockerfile
720-
dest: windows-${{ matrix.mode }}-dockerfile.zip
720+
dest: ${{ matrix.docker-file }}
721721

722722
- name: Upload Windows Dockerfile
723723
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)