Skip to content

Commit 957ac5a

Browse files
author
Kasper Peeters
committed
Avoid wix.log duplicate filenames in windows installer build.
1 parent 846f934 commit 957ac5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: always()
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: wix.log
97+
name: wix-${{ matrix.name }}.log
9898
path: build/_CPack_Packages/win64/WIX/wix.log
9999
retention-days: 2
100100

0 commit comments

Comments
 (0)