Skip to content

Commit 8333267

Browse files
committed
🏗️ build: include packagejson in artifact
1 parent 40a0131 commit 8333267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: client-build-output
36-
path: out
36+
path: |
37+
out
38+
package.json
3739
3840
publish:
3941
strategy:

0 commit comments

Comments
 (0)