Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol authored Sep 14, 2022
1 parent 85cd1f1 commit bb10a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dpkg-deb -X ${{ github.workspace }}/app.deb ${{ github.workspace }}/app
mkdir -p ${{ github.workspace }}/ipa/Payload
cp -R ${{ github.workspace }}/app/* ${{ github.workspace }}/ipa/Payload
cp -R ${{ github.workspace }}/app/Applications/* ${{ github.workspace }}/ipa/Payload
cd ${{ github.workspace }}/ipa
zip -r ${{ github.workspace }}/App.ipa .
Expand Down

0 comments on commit bb10a09

Please sign in to comment.