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

reverted 3 commits

reverted 3 commits #16

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@v3
- 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@v3
with:
name: release-iphoneos
path: ./Build/Release-iphoneos/LibrePass.ipa