Skip to content

Commit eae9bd2

Browse files
committed
fix: command slash on windows
1 parent 6dc8bf1 commit eae9bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build binary
3636
run: zig build -Dtarget=${{ matrix.settings.target }} -Doptimize=ReleaseSafe
3737
- name: List Zig output files on Windows
38-
run: dir zig-out/lib
38+
run: dir zig-out\lib
3939
shell: cmd
4040
- name: Upload Zig Artifacts
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)