mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-07-18 10:40:34 +00:00
change publish_release.yml
This commit is contained in:
parent
385c7c16c4
commit
6bfd36e373
14
.github/workflows/publish_release.yml
vendored
14
.github/workflows/publish_release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user