Skip to content

Commit

Permalink
工作流: 尝试更新子模块 X7 (#401)
Browse files Browse the repository at this point in the history
* 工作流: 尝试修复子模块 X6

* 工作流: 尝试更新子模块 X7
  • Loading branch information
ACaiCat authored Aug 18, 2024
1 parent 749299c commit 9c17d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config --local user.name "GitHub Action"
echo ${{ github.repository }}
if [ "${{ github.repository }}" = "UnrealMultiple/TShockPlugin" ]; then
git submodule update --init
git submodule deinit -f --all
git submodule update --remote --recursive
git add .
git pull --rebase --allow-unrelated-histories
Expand Down

0 comments on commit 9c17d77

Please sign in to comment.