Skip to content

Commit 0c18f3b

Browse files
committed
fix(CI): prevent ultiline commands in matrix CI job
1 parent 653b117 commit 0c18f3b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ jobs:
6060
# Package
6161
# ----------------------------
6262
- name: Package server
63-
run: |
64-
npx pkg . \
65-
--targets ${{ matrix.target }} \
66-
--output ./dist/bin/wsc-server-${{ matrix.target }}
63+
run: npx pkg . --targets ${{ matrix.target }} --output ./dist/bin/wsc-server-${{ matrix.target }}
6764
working-directory: ./implementations/js/server
6865
# ----------------------------
6966
# macOS ad-hoc signing

0 commit comments

Comments
 (0)