forked from btclock/webui
Remove icons to save space in image
This commit is contained in:
parent
b43af95cf8
commit
3f7384320f
5 changed files with 3 additions and 1 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -100,7 +100,9 @@ jobs:
|
||||||
- name: Create tarball
|
- name: Create tarball
|
||||||
run: tar czf webui.tgz --strip-components=1 dist
|
run: tar czf webui.tgz --strip-components=1 dist
|
||||||
- name: Build LittleFS
|
- name: Build LittleFS
|
||||||
run: /tmp/mklittlefs/mklittlefs -c build_gz -s 409600 output/littlefs.bin
|
run: |
|
||||||
|
set -e
|
||||||
|
/tmp/mklittlefs/mklittlefs -c build_gz -s 409600 output/littlefs.bin
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Before (image error) Size: 109 B After (image error) Size: 109 B |
Before (image error) Size: 107 B After (image error) Size: 107 B |
Before (image error) Size: 391 B After (image error) Size: 391 B |
Before (image error) Size: 437 B After (image error) Size: 437 B |
Loading…
Add table
Reference in a new issue