Skip to content

Commit 2f4e545

Browse files
authored
Merge pull request #68 from StarMapLoader/dev
FIx release
2 parents 9a478c9 + c7915db commit 2f4e545

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
packages: read
1313

1414
jobs:
15-
build:
15+
preview-build:
1616
# Only run for local PRs
1717
if: github.event.pull_request.head.repo.full_name == github.repository
1818
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Download build artifacts
172172
uses: actions/download-artifact@v4
173173
with:
174-
name: rc-build
174+
name: publish
175175
path: ./build_artifacts
176176

177177
- name: Setup NuGet source
@@ -208,7 +208,7 @@ jobs:
208208
- name: Download build artifacts
209209
uses: actions/download-artifact@v4
210210
with:
211-
name: rc-build
211+
name: publish
212212
path: ./build_artifacts
213213

214214
- name: Ensure zip is available

0 commit comments

Comments
 (0)