Skip to content

Commit

Permalink
HOTFIX: artifact name for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jan 16, 2025
1 parent 9a5128f commit c4891e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ jobs:
uses: vimtor/[email protected]
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
Expand Down

0 comments on commit c4891e2

Please sign in to comment.