Skip to content

Commit

Permalink
feat: reduce zip size
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Jan 24, 2025
1 parent 48bc0cc commit 48f7011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: find . -name "icon.png" | xargs rm -f
- name: remove all app file
run: find . -name "appfile.json" | xargs rm -f

- name: remove all changelog
run: find . -name "changelog.txt" | xargs rm -f
- name: create a build with sysroot
id: build
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: find . -name "icon.png" | xargs rm -f
- name: remove all app file
run: find . -name "appfile.json" | xargs rm -f

- name: remove all changelog
run: find . -name "changelog.txt" | xargs rm -f
- name: create a build with sysroot
id: build
run: |
Expand Down

0 comments on commit 48f7011

Please sign in to comment.