Skip to content

Commit

Permalink
dev hot
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 13, 2024
1 parent 64791b1 commit ff86ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cook-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mkdir -p ./cooked/${{ inputs.branch }} && \
cd ./cooked/${{ inputs.branch }} && \
rm -rf * && \
DEST=. genpac --config=./work/example/config.ini && \
DEST=. genpac --config=../../work/example/config.ini && \
ls -alhR ./
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit ff86ca4

Please sign in to comment.