Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Reverted build.yml

Reverted build.yml #14

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Clean
shell: bash
run: make clean
- name: Get dependencies
shell: bash
run: pod install
- name: Build LibrePass.ipa
shell: bash
run: make
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: LibrePass_release-iphoneos
path: ./Build/Release-iphoneos/LibrePass.ipa