We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41601d4 commit 2b105eeCopy full SHA for 2b105ee
package.ps1
@@ -25,5 +25,5 @@ Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"
25
if (!$NoArchive)
26
{
27
$FILE_NAME = "$DistDir/${modId}_v$modVersion.zip"
28
- Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipWorkDir" -DestinationPath "$FILE_NAME"
+ Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipOutDir" -DestinationPath "$FILE_NAME"
29
}
0 commit comments