Skip to content

Commit

Permalink
Fix update-maker.py name
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Feb 2, 2024
1 parent fb67440 commit c798b6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
rm -rf gh_static/incremental/gtnh/
mv scripts/gtnh/out/gtnh gh_static/incremental/gtnh
- name: Generate changelog
run: cp scripts/update_maker.py gh_static/ && cd gh_static/ && python3 update_maker.py && rm update_maker.py
run: |
cd $GITHUB_WORKSPACE
cp scripts/update-maker.py gh_static/
cd gh_static/
python3 update_maker.py
rm update_maker.py
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit c798b6a

Please sign in to comment.