Skip to content

Commit

Permalink
fix(action):
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn authored Jun 6, 2024
1 parent 1778646 commit dfd97bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir ./temp && \
DEST=./temp genpac --config=./dev/example/config.ini
- run: |
find ./cooked -type f ! -name ".*" ! -name "README.md" -print0 | xargs -0 -n1 rm -rf && \
find ./cooked -maxdepth 1 -type f -name "*.*" ! -name "README.md" ! -name ".gitignore" -delete && \
cp ./temp/* ./cooked/
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit dfd97bc

Please sign in to comment.