We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf0194e + 241bb50 commit 8dc6b50Copy full SHA for 8dc6b50
.github/workflows/CI.yml
@@ -243,6 +243,9 @@ jobs:
243
for ($num = 1 ; $num -le 60 ; $num++) { # 60 * 10 = 600s = 10min timeout
244
Start-Sleep -s 10
245
Write-Output "Poll number $num"
246
+ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine")
247
+ cmd /c where aws
248
+ aws --version
249
$objkey = aws s3api list-objects "--bucket" ${{ env.WIN_SIGNED_PKG_BUCKET }} "--prefix" ${{ env.WIN_SIGNED_PKG_FOLDER }}/aws-otel-collector-$hash.msi "--output" text "--query" "Contents[?LastModified>'$create_date'].Key|[0]"
250
if ($objkey -ne "None") {
251
Write-Output "Found: $objkey"
0 commit comments