We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc8bf1 commit eae9bd2Copy full SHA for eae9bd2
1 file changed
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build binary
36
run: zig build -Dtarget=${{ matrix.settings.target }} -Doptimize=ReleaseSafe
37
- name: List Zig output files on Windows
38
- run: dir zig-out/lib
+ run: dir zig-out\lib
39
shell: cmd
40
- name: Upload Zig Artifacts
41
uses: actions/upload-artifact@v4
0 commit comments