Skip to content

Bump braces from 3.0.2 to 3.0.3 #68

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #68

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