Skip to content

Commit

Permalink
F | prepare_env | fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Aug 15, 2024
1 parent f45dd2f commit 1e5e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
Invoke-WebRequest -Uri https://github.com/lippkg/lip/releases/latest/download/lip-windows-amd64.zip -Outfile .\scripts\lip.zip
Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2401-x64.exe -Outfile .\scripts\7z_installer.exe
"$env:GITHUB_WORKSPACE\scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
7z_installer.exe
.\scripts\7z_installer.exe
unzip .\scripts\lip.zip -d .\scripts\
- name: 🧐 Get Latest LeviLamina Version
Expand Down

0 comments on commit 1e5e400

Please sign in to comment.