Skip to content

Commit 653b117

Browse files
committed
fix(CI): prevent filename collisions
1 parent 8a2938e commit 653b117

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ jobs:
5959
# ----------------------------
6060
# Package
6161
# ----------------------------
62-
- run: npx pkg . --targets ${{ matrix.target }}
62+
- name: Package server
63+
run: |
64+
npx pkg . \
65+
--targets ${{ matrix.target }} \
66+
--output ./dist/bin/wsc-server-${{ matrix.target }}
6367
working-directory: ./implementations/js/server
64-
6568
# ----------------------------
6669
# macOS ad-hoc signing
6770
# ----------------------------

0 commit comments

Comments
 (0)