There was an error while loading. Please reload this page.
1 parent 8a2938e commit 653b117Copy full SHA for 653b117
1 file changed
.github/workflows/release.yml
@@ -59,9 +59,12 @@ jobs:
59
# ----------------------------
60
# Package
61
62
- - run: npx pkg . --targets ${{ matrix.target }}
+ - name: Package server
63
+ run: |
64
+ npx pkg . \
65
+ --targets ${{ matrix.target }} \
66
+ --output ./dist/bin/wsc-server-${{ matrix.target }}
67
working-directory: ./implementations/js/server
-
68
69
# macOS ad-hoc signing
70
0 commit comments