Added ci/cd
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2026-06-07 00:42:22 +02:00
parent b3bbba3f2e
commit 943d39786d

21
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build
on:
push:
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Release
run: ./build.sh
- name: Upload OmniMTP.app
uses: actions/upload-artifact@v4
with:
name: OmniMTP.app
path: build_release/OmniMTP.app
if-no-files-found: error