There was an error while loading. Please reload this page.
1 parent 28b2574 commit 8a2938eCopy full SHA for 8a2938e
2 files changed
.github/workflows/release.yml
@@ -116,6 +116,7 @@ jobs:
116
uses: actions/download-artifact@v4
117
with:
118
path: ./implementations/js/server/dist/bin
119
+ merge-multiple: true
120
121
# ----------------------------
122
# Release
package.json
@@ -74,7 +74,7 @@
74
{
75
"assets": [
76
77
- "path": "implementations/js/server/dist/bin/*"
+ "path": "implementations/js/server/dist/bin/**/*"
78
}
79
]
80
0 commit comments