Skip to content

Commit bff3c85

Browse files
committed
Try to fix glob pattern.
1 parent 28c1c54 commit bff3c85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: packages
47-
path: |
48-
"*.nupkg"
49-
"*.tgz"
47+
path: "*.{nupkg,tgz}"
5048
if-no-files-found: error
5149
retention-days: 30
5250
# - name: Publish

0 commit comments

Comments
 (0)