Skip to content

Commit ee94a04

Browse files
committed
Fix fucking Jenkins a-fucking-gain
1 parent 310b7e1 commit ee94a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Jenkinsfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ node {
7474
bat "IF EXIST ${zipFile} DEL ${zipFile}"
7575
bat "IF EXIST ${packageDir} RMDIR /S /Q ${packageDir}"
7676

77-
bat "xcopy bin\\x64\\${buildMode} ${packageDir}"
77+
bat "xcopy bin\\x64\\${buildMode}\\Concealment.* ${packageDir}"
7878
powershell "(Get-Content manifest.xml).Replace('\${VERSION}', [System.Diagnostics.FileVersionInfo]::GetVersionInfo(\"\$PWD\\${packageDir}Concealment.dll\").ProductVersion) | Set-Content \"${packageDir}/manifest.xml\""
7979
powershell "Add-Type -Assembly System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::CreateFromDirectory(\"\$PWD\\${packageDir}\", \"\$PWD\\${zipFile}\")"
8080
archiveArtifacts artifacts: zipFile, caseSensitive: false, onlyIfSuccessful: true

0 commit comments

Comments
 (0)