Skip to content

Commit 6699d9a

Browse files
committed
Fix workflow yaml error.
1 parent b40b4c6 commit 6699d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: packages
33-
path: *.nupkg
33+
path: "*.nupkg"
3434
if-no-files-found: error
3535
retention-days: 30
3636
# - name: Publish

0 commit comments

Comments
 (0)