mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:16:30 +00:00
fixed workdir path
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Write-Output "`n=== Starting Upload: Iterative Installer ==="
|
||||
|
||||
# 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 .exe matching 'AzaionSuite.Iterative.*.exe'..."
|
||||
Write-Output "[INFO] Looking for latest .exe matching 'AzaionSuite.Iterative.*.exe' in folder: $(Get-Location)..."
|
||||
|
||||
$iterativeFile = Get-ChildItem -Path . -Filter "AzaionSuite.Iterative.*.exe" |
|
||||
Sort-Object LastWriteTime -Descending |
|
||||
|
||||
Reference in New Issue
Block a user