Skip to content

Update build-macos.yml #2

Update build-macos.yml

Update build-macos.yml #2

Workflow file for this run

name: Build macOS App
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [ published ]
jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install system dependencies
run: |
brew install exiftool libraw
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
- name: Build macOS app
run: |
chmod +x build_mac_app.sh
./build_mac_app.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: VibeCulling-macOS
path: dist/