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 594e9f1 commit 5cc1dccCopy full SHA for 5cc1dcc
1 file changed
.github/workflows/build.yml
@@ -59,19 +59,11 @@ jobs:
59
./vcpkg/vcpkg install --triplet x64-osx
60
61
- name: Package release
62
- if: matrix.os != 'windows-latest'
63
uses: thedoctor0/zip-release@0.7.5
64
with:
65
directory: ${{ github.workspace }}/vcpkg
66
filename: ${{ github.workspace }}/vcpkg-${{ matrix.os }}.zip
67
68
- - name: Package windows
69
- if: matrix.os == 'windows-latest'
70
- uses: thedoctor0/zip-release@0.7.5
71
- with:
72
- directory: ${{ github.workspace }}/vcpkg
73
- filename: ${{ github.workspace }}\vcpkg-${{ matrix.os }}.zip
74
-
75
- name: Publish release
76
if : matrix.os != 'windows-latest'
77
uses: softprops/action-gh-release@v1
0 commit comments