1 parent 0fdf713 commit e6d422eCopy full SHA for e6d422e
1 file changed
.github/workflows/build-reusable.yml
@@ -246,7 +246,9 @@ jobs:
246
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
247
with:
248
name: signed-nupkg
249
- path: artifacts/package/release/*.nupkg
+ path: |
250
+ artifacts/package/release/*.nupkg
251
+ artifacts/package/release/*.snupkg
252
if-no-files-found: error
253
254
# -------------------------------------------------
0 commit comments