Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Oct 14, 2022
1 parent 78958a5 commit e690386
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
curl -L -o ${{ github.workspace }}/app.ipa "${{ github.event.inputs.ipa }}"
mkdir -p ${{ github.workspace }}/ipa
cd ${{ github.workspace }}/ipa
unzip ${{ github.workspace }}/app.ipa -d .
cd -
unzip ${{ github.workspace }}/app.ipa -d ${{ github.workspace }}/ipa
${{ github.workspace }}/ldid -S${{ github.workspace }}/ents.plist -M ${{ github.workspace }}/ipa/Payload/*
${{ github.workspace }}/ldid -Sents.plist -M ${{ github.workspace }}/ipa/Payload/*
cd ${{ github.workspace }}/ipa
zip -r ${{ github.workspace }}/App.ipa .
Expand Down

0 comments on commit e690386

Please sign in to comment.