diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index c86775c..3d794c3 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -44,7 +44,7 @@ jobs: run: | for file in $(find . -name "*.lua" -not -path "./.git/*"); do echo $file - cat "$file" | luamin > "$file" + cat "$file" | luamin -c > "$file" done - name: Commit and push to minified branch