fix: Correctly set BASE_URL for unstable build artifacts in GitHub Actions workflow

This commit is contained in:
Janez T
2025-10-22 12:21:11 +02:00
parent 5b6b606b0e
commit 2e8f4ed6e0
2 changed files with 5 additions and 3 deletions

2
.github/R2_SETUP.md vendored
View File

@@ -28,7 +28,7 @@ Configure these secrets in your GitHub repository settings (`Settings` → `Secr
| Secret Name | Description | Example |
|-------------|-------------|---------|
| `R2_PUBLIC_URL` | Public URL for R2 bucket (if public access configured) | `https://builds.example.com` |
| `R2_PUBLIC_URL` | Public URL for R2 bucket (if public access configured) | `https://meshcore-sar.dz0ny.dev` |
## Step-by-Step Setup