GitLab CI: Fix Windows Arm64 package copying

This commit is contained in:
Gerald Combs 2023-07-20 14:37:02 -07:00
parent 3a9d086389
commit 13f21ebd59
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ Windows Arm64 Package:
- |
if (Test-Path env:S3_DESTINATION_WINDOWS_ARM64) {
foreach ($package in $packages) {
aws s3 cp "$package" "$env:S3_DESTINATION_WINDOWS_ARM64/"
py.exe "C:\Program Files\Python311-arm64\Scripts\aws" s3 cp "$package" "$env:S3_DESTINATION_WINDOWS_ARM64/"
}
}
- C:\Windows\py.exe -m pytest