From 6bfd36e37367a5cb4ed742296c8317992ad44776 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Fri, 3 Mar 2023 07:25:09 -0800 Subject: [PATCH] change publish_release.yml --- .github/workflows/publish_release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 831c0b9..5700463 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -137,12 +137,12 @@ jobs: USERNAME: github-actions[bot] shell: cmd - - name: Download LLMoney - working-directory: ${{ env.GITHUB_WORKSPACE }} - run: | - git clone https://github.com/Tooth-Hub/LLMoney.git LLMoney-bin - cp LLMoney-bin/LLMoney.dll build/output/plugins/ - shell: bash +# - name: Download LLMoney +# working-directory: ${{ env.GITHUB_WORKSPACE }} +# run: | +# git clone https://github.com/Tooth-Hub/LLMoney.git LLMoney-bin +# cp LLMoney-bin/LLMoney.dll build/output/plugins/ +# shell: bash - name: Upload LiteLoaderBDS uses: actions/upload-artifact@v3.1.0 @@ -152,7 +152,6 @@ jobs: ${{ github.workspace }}\build\output\LLPeEditor.exe ${{ github.workspace }}\build\output\LLPreLoader.dll ${{ github.workspace }}\build\output\LiteLoader.dll - ${{ github.workspace }}\build\output\plugins\LLMoney.dll ${{ github.workspace }}\build\output\plugins\lib\ ${{ github.workspace }}\build\output\plugins\LiteLoader\LangPack\ ${{ github.workspace }}\build\output\plugins\LiteLoader\CrashLogger_Daemon.exe @@ -163,6 +162,7 @@ jobs: ${{ github.workspace }}\build\output\plugins\LiteLoader\ParticleAPI.dll ${{ github.workspace }}\build\output\plugins\LiteLoader\ResourcePacks\LiteLoaderBDS-CUI.tar ${{ github.workspace }}\build\output\plugins\LiteLoader\PermissionAPI.dll +# ${{ github.workspace }}\build\output\plugins\LLMoney.dll - name: Upload PeEditor uses: actions/upload-artifact@v3.1.0