diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8fdaf86..7e28db3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 diff --git a/static/fonts/Satoshi Symbol.otf b/static/fonts/Satoshi Symbol.otf deleted file mode 100644 index 882b448..0000000 Binary files a/static/fonts/Satoshi Symbol.otf and /dev/null differ