Skip to content

Commit 1e5e400

Browse files
committed
F | prepare_env | fix location
1 parent f45dd2f commit 1e5e400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
Invoke-WebRequest -Uri https://github.com/lippkg/lip/releases/latest/download/lip-windows-amd64.zip -Outfile .\scripts\lip.zip
6060
Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2401-x64.exe -Outfile .\scripts\7z_installer.exe
6161
"$env:GITHUB_WORKSPACE\scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
62-
7z_installer.exe
62+
.\scripts\7z_installer.exe
6363
unzip .\scripts\lip.zip -d .\scripts\
6464
6565
- name: 🧐 Get Latest LeviLamina Version

0 commit comments

Comments
 (0)