Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Aug 16, 2023
1 parent 144d94e commit 2829450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: normal -> extended
run: |
cp -r .minecraft/* ./extended/.minecraft/
rsync -av --exclude-from='buildtools/filelist.txt' ./ ./.minecraft/
cp -r ./.minecraft/* ./extended/.minecraft/
cp -r ./modlist.html ./extended/modlist_temp.html
cp -r ./manifest.json ./extended/manifest_temp.json
sed -i -e 1,16d ./extended/manifest_temp.json
Expand Down

0 comments on commit 2829450

Please sign in to comment.