Skip to content

Commit

Permalink
ci: 修复打包时部分子包路径配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 10, 2024
1 parent a725c17 commit fb36469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$build_subpack" -eq 1 ]; then
zip -r "MSync.AutoReply.mcdr" msync_auto_reply mcdreforged.plugin.json requirements.txt
popd >> /dev/null
pushd "subpacks(rolling)/[MSync]MoreMessages" >> /dev/null
zip -r "MSync.MoreMessages.mcdr" msync_more_messages mcdreforged.plugin.json
zip -r "MSync.MoreMessages.mcdr" msync_more_msg mcdreforged.plugin.json
popd >> /dev/null
pushd "subpacks(rolling)/[MSync]PlayingTips" >> /dev/null
zip -r "MSync.PlayingTips.mcdr" msync_playing_tips mcdreforged.plugin.json
Expand Down

0 comments on commit fb36469

Please sign in to comment.