Skip to content

Commit 28cbb96

Browse files
committed
fix: Specify paths correctly
1 parent 0c307ca commit 28cbb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/upload-artifact@v4
3535
with:
3636
name: artifacts
37-
path:
37+
path: |
3838
./artifacts/*.nupkg
3939
./artifacts/*.snupkg
4040
- run: |

0 commit comments

Comments
 (0)