File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125125 mkdir loda-windows-x86
126126 copy loda.exe loda-windows-x86\
127127 copy C:\vcpkg\installed\x64-windows\bin\libcurl.dll loda-windows-x86\
128+ copy C:\vcpkg\installed\x64-windows\bin\zlib1.dll loda-windows-x86\
128129 Compress-Archive -Path loda-windows-x86\* -DestinationPath loda-windows-x86.zip
129130 shell : pwsh
130131 - name : Upload
@@ -157,6 +158,7 @@ jobs:
157158 mkdir loda-windows-arm64
158159 copy loda.exe loda-windows-arm64\
159160 copy C:\vcpkg\installed\arm64-windows\bin\libcurl.dll loda-windows-arm64\
161+ copy C:\vcpkg\installed\arm64-windows\bin\zlib1.dll loda-windows-arm64\
160162 Compress-Archive -Path loda-windows-arm64\* -DestinationPath loda-windows-arm64.zip
161163 shell : pwsh
162164 - name : Upload
You can’t perform that action at this time.
0 commit comments