mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-08 04:44:13 -05:00
Fix check.yml CI step
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -54,6 +54,8 @@ jobs:
|
||||
- name: Package HaLo CLI tool (Linux)
|
||||
run: |
|
||||
cd cli
|
||||
mkdir build
|
||||
cp ../node_modules/@pokusew/pcsclite/build/Release/pcsclite.node build/pcsclite.node
|
||||
cp package.json orig-package.json
|
||||
npx json-merger orig-package.json bin-cli.json -p -o package.json
|
||||
yarn pkg --compress GZip -t node20-linux-x64 -o dist/halocli .
|
||||
|
||||
Reference in New Issue
Block a user