mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Post-launch fixes
This commit is contained in:
parent
a015254f9a
commit
62751a66e6
7 changed files with 21 additions and 16 deletions
|
|
@ -19,14 +19,15 @@ if (!(Test-Path $zipOutputDir)) {
|
|||
New-Item -ItemType Directory -Path $zipOutputDir | Out-Null
|
||||
}
|
||||
|
||||
Compress-Archive -Path "$buildDir\win\*" -DestinationPath $zipFilePath -Force
|
||||
#Compress-Archive -Path "$buildDir\win\*" -DestinationPath $zipFilePath -Force
|
||||
Compress-Archive -Path "$buildDir\*" -DestinationPath $zipFilePath -Force
|
||||
|
||||
Write-Host "Windows Build completed and packaged as $zipFilePath"
|
||||
|
||||
Compress-Archive -Path "$buildDir\linux\*" -DestinationPath $zipFilePathLinux -Force
|
||||
#Compress-Archive -Path "$buildDir\linux\*" -DestinationPath $zipFilePathLinux -Force
|
||||
|
||||
Write-Host "Linux Build completed and packaged as $zipFilePathLinux"
|
||||
|
||||
& $butlerPath push $zipFilePath maddoscientisto/cirno-no-reason:windows$PreReleaseLabel --userversion $fullSemVer
|
||||
|
||||
& $butlerPath push $zipFilePathLinux maddoscientisto/cirno-no-reason:linux$PreReleaseLabel --userversion $fullSemVer
|
||||
#& $butlerPath push $zipFilePathLinux maddoscientisto/cirno-no-reason:linux$PreReleaseLabel --userversion $fullSemVer
|
||||
Loading…
Add table
Add a link
Reference in a new issue