mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
relax publish-pdc precheck to require S3 only
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -757,9 +757,8 @@ jobs:
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
if ([string]::IsNullOrWhiteSpace($env:S3_ENDPOINT) -or
|
||||
[string]::IsNullOrWhiteSpace($env:S3_BUCKET) -or
|
||||
[string]::IsNullOrWhiteSpace($env:PDC_ENDPOINT)) {
|
||||
throw "Missing required PDC/S3 variables."
|
||||
[string]::IsNullOrWhiteSpace($env:S3_BUCKET)) {
|
||||
throw "Missing required S3 variables."
|
||||
}
|
||||
|
||||
if ([string]::IsNullOrWhiteSpace($env:PDC_SIGNING_KEY)) {
|
||||
|
||||
Reference in New Issue
Block a user