We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da5bf1 commit 7b8623bCopy full SHA for 7b8623b
.github/workflows/pack.yml
@@ -36,14 +36,11 @@ jobs:
36
- name: Install LSE
37
if: github.event.inputs.LSE == 'true'
38
run: |
39
- ls
40
- pwd
+ cd llbds
41
../lip.exe install -y github.com/LiteLDev/LegacyScriptEngine
+ cd ../
42
- name: Pack files
43
44
45
46
- cd ../
47
Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2401-x64.exe -Outfile ./7z.exe
48
.\7z.exe
49
7z a -tzip llbds_${{ github.event.inputs.LL_VER }}.zip llbds\
0 commit comments