Revert "fixed workdir path"

This reverts commit d35b97fdec.
This commit is contained in:
dzaitsev
2025-05-21 20:08:44 +03:00
parent d35b97fdec
commit 080d98389d
3 changed files with 3 additions and 9 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
Write-Output "`n=== Starting Upload: Full Installer ZIP ==="
# Change to parent directory (one level up)
Set-Location ..
$uploadFolder = "AzaionSuiteBuilds"
Write-Output "[INFO] Target Google Drive folder: $uploadFolder"
Write-Output "[INFO] Looking for latest .zip matching 'AzaionSuite.Full.*.zip' in folder: $(Get-Location)..."
Write-Output "[INFO] Looking for latest .zip matching 'AzaionSuite.Full.*.zip'..."
$fullZip = Get-ChildItem -Path . -Filter "AzaionSuite.Full.*.zip" |
Sort-Object LastWriteTime -Descending |