Skip to content

Commit 24a152d

Browse files
Update build.yml
1 parent 4855047 commit 24a152d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
with:
159159
name: nuget_package_nightly
160160
path: |
161-
artifacts/package/release/**/*.nupkg
162-
artifacts/package/release/**/*.snupkg
161+
artifacts/package/nightly/**/*.nupkg
162+
artifacts/package/nightly/**/*.snupkg
163163
164164
publish-package:
165165
needs: build-package

0 commit comments

Comments
 (0)