Skip to content

Commit

Permalink
Fix uploading to release smaller than split limit
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed May 9, 2022
1 parent a8913ac commit 6caa9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
run: |
mkdir -p ipaDown_split
(cd ipaDown; find . -name "*.ipa" -size +1879048192b -exec split --bytes=1879048192 --suffix-length=3 --numeric-suffix {} ../ipaDown_split/{}. \;)
(cd ipaDown; find . -name "*.ipa" -not -size +1879048192b -exec cp -r {} ../ipaDown_split \;)
shell: bash

- name: Pushing to release
Expand Down

0 comments on commit 6caa9fa

Please sign in to comment.