diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3642eb0..ab1e8f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,10 +68,9 @@ jobs: -cleanup 1 Write-S3Object ` - -BucketName gh-facade ` + -BucketName modelserve-gamerhash-facade ` -AccessKey $env:AWS_ACCESS_KEY_ID ` -SecretKey $env:AWS_SECRET_ACCESS_KEY ` -File "bin\dist_package.zip" ` -Key "packages\$($env:PKG_NAME)" ` - -PublicReadOnly ` -Force diff --git a/scripts/automatic.ps1 b/scripts/automatic.ps1 index a0ff0e5..ac65be0 100644 --- a/scripts/automatic.ps1 +++ b/scripts/automatic.ps1 @@ -1,5 +1,5 @@ param ( - [string]$automatic_runtime_package_url = "https://gpu-on-golem.s3.eu-central-1.amazonaws.com/sd-webui-standalone/sd-webui-gh-v0.2.7.zip", + [string]$automatic_runtime_package_url = "https://modelserve-automatic1111.s3.eu-central-1.amazonaws.com/sd-webui-gh-v0.2.7.zip", [string]$automatic_package_dir = "package", [bool]$compress = 0, [bool]$cleanup = 0