Skip to content

Commit c46ec72

Browse files
committed
No ls on Windows yo
1 parent fee0f77 commit c46ec72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TARGET_ARCH: ${{ matrix.arch }}
4141

4242
- name: List all output files
43-
run: ls -alp ./out/Release
43+
run: dir ./out/Release
4444

4545
- name: Compress files
4646
uses: a7ul/tar-action@v1.0.2

0 commit comments

Comments
 (0)