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 c2aa504 commit 040edfcCopy full SHA for 040edfc
.github/workflows/commands.yml
@@ -26,10 +26,10 @@ jobs:
26
run: ls
27
28
- name: zip
29
- if: matrix.os != 'windows'
+ if: matrix.os != 'windows-latest'
30
run: zip
31
32
33
- if: matrix.os == 'windows'
+ if: matrix.os == 'windows-latest'
34
run: Compress-Archive
35
# shell: powershell
0 commit comments