Skip to content

Commit

Permalink
Update build_and_push_minimal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 14, 2024
1 parent b046cca commit f793c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Split Update File into Parts
run: |
# Split 'update.zip' into parts if it's large
zip -s 1.99g -r build/update_minimal.zip build/update.zip
zip -s 1900m -r build/update_minimal.zip build/update.zip
- name: Upload Split Update File Parts to Release
uses: actions/github-script@v5
Expand Down

0 comments on commit f793c8c

Please sign in to comment.