Skip to content

Commit 3e74023

Browse files
committed
Make the zip artifacts script actually zip all artifacts
1 parent ffe37ae commit 3e74023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZipArtifacts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ $dllx64 = [System.IO.Path]::Combine($source, "x64", "Release", "Pso2SarThumbnail
66
$util = [System.IO.Path]::Combine($source, "x86", "Release", "SarConvert.exe")
77
$script = [System.IO.Path]::Combine("Shared", "install_remove.bat")
88

9-
Compress-Archive -Path $dllx86 ,$dllx64,$script -DestinationPath $destination -Force
9+
Compress-Archive -Path $dllx86,$dllx64,$util,$script -DestinationPath $destination -Force

0 commit comments

Comments
 (0)