Skip to content

Commit

Permalink
Zip recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent 41e3a11 commit cc87aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -destination 'generic/platform=iOS' -archivePath ./arc -scheme OldLander
mkdir Payload
cp -rv arc.xcarchive/Products/Applications/OldLander.app Payload
zip OldLander.ipa Payload
zip -r OldLander.ipa Payload
- name: Archive production artifacts
if: always()
Expand Down

0 comments on commit cc87aa9

Please sign in to comment.