Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading