Skip to content

Commit 0998519

Browse files
committed
Fix a typo which caused 64-bit dll to be packaged for 32-bit Windows
1 parent 1665db0 commit 0998519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
displayName: "x86 Build"
4343
- task: ArchiveFiles@2
4444
inputs:
45-
rootFolderOrFile: build\Windows\64\lib\Release\zip.dll
45+
rootFolderOrFile: build\Windows\32\lib\Release\zip.dll
4646
includeRootFolder: false
4747
archiveType: 7z
4848
replaceExistingArchive: true

0 commit comments

Comments
 (0)