Skip to content

Commit 4e773f9

Browse files
committed
WB: another fix
1 parent 4e4bb45 commit 4e773f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: List build/windows directory
2727
run: dir build/windows/
2828

29-
- name: List build/windows/runner directory
30-
run: dir build/windows/runner/
29+
- name: List build/windows/x64 directory
30+
run: dir build/windows/x64/
3131

32-
- name: Zip Windows build (try alternative path)
32+
- name: Zip Windows build
3333
run: |
34-
$buildPath = "build/windows/runner"
34+
$buildPath = "build/windows/x64"
3535
if (Test-Path $buildPath) {
3636
Compress-Archive -Path $buildPath\* -DestinationPath build/splitcat-windows.zip
3737
} else {

0 commit comments

Comments
 (0)