Skip to content

Updating CLI to include the same inputs that the action supports #44

Updating CLI to include the same inputs that the action supports

Updating CLI to include the same inputs that the action supports #44

name: Publish Executables
on:
workflow_dispatch:
push:
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build executables
run: |
npm run build
npm run build-exe
- name: Attach artifacts
uses: actions/upload-artifact@v3
with:
name: executables
path: cli/*