From c7915db618227264d6a7b70390ed26bb22484caa Mon Sep 17 00:00:00 2001 From: KlaasWhite Date: Mon, 23 Feb 2026 20:51:27 +0100 Subject: [PATCH] FIx release --- .github/workflows/pr-build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 75e5d4e..c8ac194 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -12,7 +12,7 @@ permissions: packages: read jobs: - build: + preview-build: # Only run for local PRs if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 404e28e..6c184d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: rc-build + name: publish path: ./build_artifacts - name: Setup NuGet source @@ -208,7 +208,7 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: rc-build + name: publish path: ./build_artifacts - name: Ensure zip is available