mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Win S3 upload: try without --recursive but loop in ps
This commit is contained in:
@@ -124,4 +124,7 @@ jobs:
|
|||||||
AWS_MAX_ATTEMPTS: 3
|
AWS_MAX_ATTEMPTS: 3
|
||||||
run: |
|
run: |
|
||||||
dir "$env:USERPROFILE\output"
|
dir "$env:USERPROFILE\output"
|
||||||
aws s3 cp "$env:USERPROFILE\output" s3://ifcopenshell-builds/ --recursive --debug
|
foreach ($zip in Get-ChildItem -Path "$env:USERPROFILE\output" -Filter *.zip) {
|
||||||
|
aws s3 cp "$($zip.FullName)" s3://ifcopenshell-builds/ --debug
|
||||||
|
Start-Sleep -Seconds 5
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user