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 df755a5 commit ac9fee4Copy full SHA for ac9fee4
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
mkdir -p bin
34
cd src
35
${{ matrix.build_command }}
36
- shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
+ shell: ${{ runner.os == 'windows-latest' && 'cmd' || 'bash' }}
37
38
- uses: actions/upload-artifact@v4
39
with:
0 commit comments