Skip to content

Commit 5cc1dcc

Browse files
committed
trying forward slash again
1 parent 594e9f1 commit 5cc1dcc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,11 @@ jobs:
5959
./vcpkg/vcpkg install --triplet x64-osx
6060
6161
- name: Package release
62-
if: matrix.os != 'windows-latest'
6362
uses: thedoctor0/zip-release@0.7.5
6463
with:
6564
directory: ${{ github.workspace }}/vcpkg
6665
filename: ${{ github.workspace }}/vcpkg-${{ matrix.os }}.zip
6766

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-
7567
- name: Publish release
7668
if : matrix.os != 'windows-latest'
7769
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)