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 f598801 commit 594e9f1Copy full SHA for 594e9f1
1 file changed
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
./vcpkg/vcpkg install --triplet x64-osx
60
61
- name: Package release
62
- if: matrix.os == 'windows-latest'
+ if: matrix.os != 'windows-latest'
63
uses: thedoctor0/zip-release@0.7.5
64
with:
65
directory: ${{ github.workspace }}/vcpkg
0 commit comments