Skip to content

Commit

Permalink
delete pack before exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed May 8, 2024
1 parent 1ab53b7 commit 49f2752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packwiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
sudo mv ./mcman /usr/bin/
sudo chmod +x /usr/bin/mcman
- name: Clear existing pack folder
run: rm -rf pack

- name: Run mcman export packwiz
run: mcman export packwiz
env:
Expand Down

0 comments on commit 49f2752

Please sign in to comment.