From 1e63483baa9c68a5465d6e281794dfa66f561c69 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 9 Apr 2020 22:48:40 -0700 Subject: [PATCH] move to latest release for windows CI --- .github/workflows/pythonpackage-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage-windows.yml b/.github/workflows/pythonpackage-windows.yml index cf4e509a8..4731cf970 100644 --- a/.github/workflows/pythonpackage-windows.yml +++ b/.github/workflows/pythonpackage-windows.yml @@ -46,7 +46,7 @@ jobs: run: | New-Item -ItemType Directory -Path "$env:temp/minio-config/certs/" Copy-Item -Path tests\certs\* -Destination "$env:temp/minio-config/certs/" - Invoke-WebRequest -Uri https://dl.minio.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-03-09T18-26-53Z -OutFile $HOME/minio.exe + Invoke-WebRequest -Uri https://dl.minio.io/server/minio/release/windows-amd64/minio.exe -OutFile $HOME/minio.exe Start-Process -NoNewWindow -FilePath "$HOME/minio.exe" -ArgumentList "-C", "$env:temp/minio-config", "server", "$env:temp/fs" $env:SSL_CERT_FILE = "$env:temp/minio-config/certs/public.crt" python tests/functional/tests.py