fix: PR build issue

This commit is contained in:
Eli Bosley
2025-04-08 15:47:37 -04:00
parent 04caaf3b25
commit 457d338150

View File

@@ -337,7 +337,7 @@ jobs:
uses: ./.github/workflows/build-plugin.yml
with:
RELEASE_CREATED: false
TAG: PR${{ github.event.pull_request.number }}
TAG: ${{ github.event.pull_request.number && format('PR{0}', github.event.pull_request.number) || '' }}
BUCKET_PATH: ${{ github.event.pull_request.number && format('unraid-api/tag/PR{0}', github.event.pull_request.number) || 'unraid-api' }}
BASE_URL: "https://preview.dl.unraid.net/unraid-api"
secrets: