Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Feb 13, 2024
1 parent c798116 commit ba8c2bd
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish IPA
name: Build IPA

on:
push:
Expand All @@ -21,21 +21,3 @@ jobs:

- name: Run ipabuild.sh
run: ./ipabuild.sh

- name: Archive .ipa
run: mv build/AnimeGen.ipa $GITHUB_WORKSPACE/AnimeGen.ipa

- name: Generate Release Body
id: generate_release_body
run: echo "::set-output name=body::$(git log --format='%s' -n 1)"

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
AnimeGen.ipa
tag_name: ${{ github.sha }}
name: Release ${{ github.sha }}
body: ${{ steps.generate_release_body.outputs.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba8c2bd

Please sign in to comment.