File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 rm -vf .minecraft/mods/UntranslatedItems-*
116116 rm -vf .minecraft/mods/vintagefix-*
117117 mv -vf .minecraft/* ./
118- zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh bansoukou/ config/ local/ mods/ resources/ scripts/
118+ zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh config/ local/ mods/ resources/ scripts/
119119 fi
120120
121121 - name : Upload Artifacts
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 rm -vf .minecraft/mods/UntranslatedItems-*
113113 rm -vf .minecraft/mods/vintagefix-*
114114 mv -vf .minecraft/* ./
115- zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh bansoukou/ config/ local/ mods/ resources/ scripts/
115+ zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh config/ local/ mods/ resources/ scripts/
116116 fi
117117
118118 - name : Upload Artifacts
You can’t perform that action at this time.
0 commit comments