Skip to content

Commit

Permalink
Revert "Delete build.yml"
Browse files Browse the repository at this point in the history
This reverts commit 9e59ea6.
  • Loading branch information
cranci1 committed Mar 30, 2024
1 parent 26c1c8d commit 147e74f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build and Release IPA

on:
push:
branches:
- main

jobs:
build:
name: Build IPA
runs-on: macOS-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run ipabuild.sh
run: |
chmod +x ipabuild.sh
./ipabuild.sh
- name: Upload IPA artifact
uses: actions/upload-artifact@v2
with:
name: AnimeGen-IPA
path: build/AnimeGen.ipa

0 comments on commit 147e74f

Please sign in to comment.