Skip to content

Commit 040edfc

Browse files
ci(github): fix zip in commands.yml
1 parent c2aa504 commit 040edfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: ls
2727

2828
- name: zip
29-
if: matrix.os != 'windows'
29+
if: matrix.os != 'windows-latest'
3030
run: zip
3131

3232
- name: zip
33-
if: matrix.os == 'windows'
33+
if: matrix.os == 'windows-latest'
3434
run: Compress-Archive
3535
# shell: powershell

0 commit comments

Comments
 (0)