Skip to content

Commit

Permalink
feat: hot3
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 25, 2024
1 parent bd3a8f5 commit c47cd7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/matrix-cook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
id: fire
run: |
pip install ./work/ && \
cd ./cooked && \
rm -rf ./* && \
mkdir -p ./cooked/${{ matrix.branch }} && \
cd ./cooked/${{ matrix.branch }} && \
rm -rf * && \
genpac --config=../work/example/config.ini && \
ls -alhR ./ && \
ls -lh ./ && \
echo "gen_time=$(date '+%Y-%m-%d %H:%M:%S %z')" >>$GITHUB_OUTPUT
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit c47cd7f

Please sign in to comment.