Another fix for Github actions

This commit is contained in:
Jammyjamjamman 2021-06-18 01:43:59 +01:00
parent 64b0a3e33a
commit d48d0870f1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
cd mk/windoze
$7zPath = $(Get-Command 7z).Source | Split-Path
$dllPath = Join-Path $7zPath 7z.dll
$exePath = Join-Path $path 7z.exe
$exePath = Join-Path $7zPath 7z.exe
cp $dllPath .
cp $exePath .
cd ../..