Skip to content

Commit b6b78e2

Browse files
ci(github): fix syntax error in commands.yml
1 parent a7564c2 commit b6b78e2

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)