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