Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Update README.md

Update README.md #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: make
- uses: actions/upload-artifact@v3
with:
name: AppCommander IPA
path: AppCommander.ipa