feat(actions): caching

This commit is contained in:
edde746
2025-10-22 13:41:06 +02:00
parent 772781ad16
commit 8127c55d30
2 changed files with 90 additions and 2 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ Set-Location $ProjectRoot
# Define paths
$BuildDir = "build\windows\x64\runner\Release"
$PortableZip = Join-Path $OutputDir "plezy-windows-portable.zip"
$InstallerExe = Join-Path $OutputDir "plezy-windows-installer.exe"
$PortableZip = Join-Path (Resolve-Path $OutputDir) "plezy-windows-portable.zip"
$InstallerExe = Join-Path (Resolve-Path $OutputDir) "plezy-windows-installer.exe"
$SetupScript = "setup.iss"
# Check if build exists