mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:46:30 +00:00
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user