Skip to content

Commit 7b8623b

Browse files
committed
F | 修正功能新错误
1 parent 9da5bf1 commit 7b8623b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pack.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ jobs:
3636
- name: Install LSE
3737
if: github.event.inputs.LSE == 'true'
3838
run: |
39-
ls
40-
pwd
39+
cd llbds
4140
../lip.exe install -y github.com/LiteLDev/LegacyScriptEngine
41+
cd ../
4242
- name: Pack files
4343
run: |
44-
ls
45-
pwd
46-
cd ../
4744
Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2401-x64.exe -Outfile ./7z.exe
4845
.\7z.exe
4946
7z a -tzip llbds_${{ github.event.inputs.LL_VER }}.zip llbds\

0 commit comments

Comments
 (0)