Remove big unnecessary file, update workflow action

This commit is contained in:
Djuri Baars 2024-09-02 23:53:02 +02:00
parent 2c7f7f667c
commit aa1c9bb4af
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Get changed files count
id: changed-files
uses: tj-actions/changed-files@v40.1.1
uses: tj-actions/changed-files@v45
with:
files_ignore: 'doc/**,README.md,Dockerfile,.*'
files_ignore_separator: ','
@ -95,14 +95,14 @@ jobs:
echo "Directory size exceeds the threshold of $THRESHOLD bytes"
exit 1
else
echo "Directory size is within the threshold"
echo "Directory size is within the threshold $DIRECTORY_SIZE"
fi
- name: Create tarball
run: tar czf webui.tgz --strip-components=1 dist
- name: Build LittleFS
run: /tmp/mklittlefs/mklittlefs -c build_gz -s 409600 output/littlefs.bin
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
webui.tgz

Binary file not shown.