We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45dd2f commit 1e5e400Copy full SHA for 1e5e400
.github/workflows/auto_pack.yml
@@ -59,7 +59,7 @@ jobs:
59
Invoke-WebRequest -Uri https://github.com/lippkg/lip/releases/latest/download/lip-windows-amd64.zip -Outfile .\scripts\lip.zip
60
Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2401-x64.exe -Outfile .\scripts\7z_installer.exe
61
"$env:GITHUB_WORKSPACE\scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
62
- 7z_installer.exe
+ .\scripts\7z_installer.exe
63
unzip .\scripts\lip.zip -d .\scripts\
64
65
- name: 🧐 Get Latest LeviLamina Version
0 commit comments