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