Skip to content

Commit e6d422e

Browse files
committed
Adjust upload-artifact step
Include symbol packages
1 parent 0fdf713 commit e6d422e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-reusable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ jobs:
246246
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
247247
with:
248248
name: signed-nupkg
249-
path: artifacts/package/release/*.nupkg
249+
path: |
250+
artifacts/package/release/*.nupkg
251+
artifacts/package/release/*.snupkg
250252
if-no-files-found: error
251253

252254
# -------------------------------------------------

0 commit comments

Comments
 (0)