Skip to content

Commit 578da90

Browse files
fix: fixes the upload paths for artifacts (#1231)
1 parent 2009914 commit 578da90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
retention-days: 4
3333
include-hidden-files: true
3434
path: |
35-
./packages/**/dist
35+
./packages/*/dist
3636
./dist
3737
./node_modules/.yarn-state.yml
3838

0 commit comments

Comments
 (0)