There was an error while loading. Please reload this page.
2 parents 9a478c9 + c7915db commit 2f4e545Copy full SHA for 2f4e545
2 files changed
.github/workflows/pr-build.yml
@@ -12,7 +12,7 @@ permissions:
12
packages: read
13
14
jobs:
15
- build:
+ preview-build:
16
# Only run for local PRs
17
if: github.event.pull_request.head.repo.full_name == github.repository
18
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -171,7 +171,7 @@ jobs:
171
- name: Download build artifacts
172
uses: actions/download-artifact@v4
173
with:
174
- name: rc-build
+ name: publish
175
path: ./build_artifacts
176
177
- name: Setup NuGet source
@@ -208,7 +208,7 @@ jobs:
208
209
210
211
212
213
214
- name: Ensure zip is available
0 commit comments