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

Commit

Permalink
Readded screenshot and github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoliux committed Apr 13, 2024
1 parent dd07caf commit b90c51e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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

Binary file added readme/VaultScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b90c51e

Please sign in to comment.