Updating building of executables to use pkg

This commit is contained in:
Peter Murray
2022-10-26 18:04:32 +00:00
committed by GitHub
parent ebac6e3727
commit 5cadb03be1
4 changed files with 73 additions and 16 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Publish Executables
on:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build executables
run: |
npm run base-build
npm run build-exe
- name: Attach artifacts
uses: actions/upload-artifacts@v3
with:
name: executables
path: cli/*