Skip to content

Commit a0f9652

Browse files
author
Xikaro
committed
ops
1 parent 0f53584 commit a0f9652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
mkdir -p .minecraft
150150
mv -vf {config,defaultconfigs,kubejs,mods,.github/buildtools/serverpack/*} .minecraft
151151
cat .github/buildtools/client_mod.txt | while read -r line; do find .minecraft/mods -name "$line" -delete; done
152-
cd .minecraft
153152
zip -r ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip .minecraft/*
154153
155154
- name: Upload zip

0 commit comments

Comments
 (0)