From d8d7075ed8d0fbe1e50b1a1edc7e54df43bf4825 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 3 Apr 2025 11:41:02 -0400 Subject: [PATCH] chore: staging asset wrong directory upload --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c6f8aa1d..213090293 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -295,7 +295,7 @@ jobs: uses: ./.github/workflows/build-plugin.yml with: RELEASE_CREATED: ${{ needs.release-please.outputs.releases_created }} - TAG: ${{ github.event.pull_request.number || 'staging' }} + TAG: ${{ 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: