Run pkg from ci step

This commit is contained in:
Sander Declerck 2025-11-28 11:14:14 +01:00
parent c70659b7a1
commit 05f1289268
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -63,6 +63,7 @@ jobs:
- name: Create binary
run: |
node build.js ${{ matrix.target }}
pkg ./build/package.json -t ${{ matrix.target }}
- name: Upload binary artifact
uses: actions/upload-artifact@v4