Skip to content

Commit

Permalink
build 19.4 ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Jun 14, 2024
1 parent 2c99434 commit 017bd8a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo make install
sudo ldconfig
- name: Download IPA
- name: Download latest IPA
if: ${{ inputs.create_release }}
id: download_ipa
uses: level3tjg/decryptedappstore-action@main
Expand All @@ -49,6 +49,16 @@ jobs:
path: ${{ github.workspace }}/App.ipa
token: ${{ secrets.DECRYPTEDAPPSTORE_SESSION_TOKEN }}

- name: Download 19.4 IPA
if: ${{ inputs.create_release }}
uses: level3tjg/decryptedappstore-action@main
with:
appstore_url: "https://apps.apple.com/us/app/twitch-live-streaming/id460177396"
cache: true
path: ${{ github.workspace }}/LTS.ipa
token: ${{ secrets.DECRYPTEDAPPSTORE_SESSION_TOKEN }}
version: "19.4"

- name: Setup theos
uses: level3tjg/theos-action@main
with:
Expand Down Expand Up @@ -91,6 +101,15 @@ jobs:
IPA: ${{ github.workspace }}/App.ipa
APP_VERSION: ${{ steps.download_ipa.outputs.version }}

- name: Build 19.4 IPA
if: ${{ inputs.create_release }}
run: make package
env:
FINALPACKAGE: 1
SIDELOADED: 1
IPA: ${{ github.workspace }}/LTS.ipa
APP_VERSION: "19.4"

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 017bd8a

Please sign in to comment.