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 0d1f9dd commit ba95295Copy full SHA for ba95295
.github/workflows/commands.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: zip
29
shell: bash
30
run: |
31
- if [[ ${{ matrix.os }} == 'windows'* }} ]]; then
+ if [[ '${{ matrix.os }}' == 'windows'* }} ]]; then
32
Compress-Archive
33
else
34
zip
0 commit comments