Skip to content

[MODIFIED]: bump version to v1.1.4 #8

[MODIFIED]: bump version to v1.1.4

[MODIFIED]: bump version to v1.1.4 #8

Workflow file for this run

name: CI Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build Notty
run: make all
- name: Verify binary exists
run: test -f Notty.app/Contents/MacOS/Notty