Skip to content

Commit ba95295

Browse files
ci(github): fix syntax error in commands.yml
1 parent 0d1f9dd commit ba95295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: zip
2929
shell: bash
3030
run: |
31-
if [[ ${{ matrix.os }} == 'windows'* }} ]]; then
31+
if [[ '${{ matrix.os }}' == 'windows'* }} ]]; then
3232
Compress-Archive
3333
else
3434
zip

0 commit comments

Comments
 (0)