Skip to content

bump version

bump version #11

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
jobs:
build_linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: make deps
- name: Run Linux build
run: make build_linux
- name: Publish artifacts
uses: actions/upload-artifact@v4
with:
name: script-creator-linux
path: dist/*.bin