We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcd5cf commit 331b080Copy full SHA for 331b080
.github/workflows/ci.yml
@@ -564,7 +564,7 @@ jobs:
564
interpreter: ${{ matrix.interpreter }}
565
rust-toolchain: ${{ steps.rust-toolchain.outputs.name }}
566
567
- - run: ${{ matrix.ls || 'ls -lh' }} dist/
+ - run: ${{ (startsWith(matrix.platform.os, 'windows') && 'dir') || 'ls -lh' }} dist/
568
569
- uses: actions/upload-artifact@v4
570
with:
0 commit comments