Fix check.yml CI step

This commit is contained in:
Michał Leszczyński
2025-12-17 02:17:24 +01:00
parent a9d905b22f
commit 37eec07d0c

View File

@@ -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 .