Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAntoine committed Sep 6, 2022
2 parents 11177fc + cef926a commit bb0d7db
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:
cp -R ${{ github.workspace }}/xcodebuild/Release-iphoneos/Santander.app ${{ github.workspace }}/ipadir/Payload
cd ${{ github.workspace }}/ipadir
zip -r ${{ github.workspace }}/Santander.ipa .
pip3 install -U git+https://github.com/itsnebulalol/permasigner.git
permasigner -d -p ${{ github.workspace }}/Santander.ipa -o ${{ github.workspace }}/Santander.deb -e ${{ github.workspace }}/entitlements.plist
- name: Permasign built IPA
uses: permasigner/[email protected]
with:
input: "${{ github.workspace }}/Santander.ipa"
output: "${{ github.workspace }}/Santander.deb"
entitlements: "${{ github.workspace }}/entitlements.plist"
- name: Upload IPA
uses: actions/[email protected]
with:
Expand Down

0 comments on commit bb0d7db

Please sign in to comment.