Skip to content

Commit

Permalink
ci: Add back temporary fix pack format
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Jul 4, 2023
1 parent 5102238 commit f6e2881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/AutoPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
rm pack.png
unzip IAGenerated.zip
- name: Temporary fix pack format (1.20)
run: |
sed -i '3s/12/15/1' pack.mcmeta
- name: 🔧 Remove unnecessary files
run: |
rm -r assets/_iainternal
Expand Down

0 comments on commit f6e2881

Please sign in to comment.