Skip to content

Commit

Permalink
fix(action)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 6, 2024
1 parent 47d8155 commit 1778646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python-version: '3.12'
- run: |
pip install ./dev/ && \
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 && \
Expand Down

0 comments on commit 1778646

Please sign in to comment.