fix path in Copy-Item command

This commit is contained in:
h3r0 2023-11-25 09:39:39 +00:00 committed by GitHub
parent dbfaf47ac4
commit 1b83debdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
if ($LASTEXITCODE -ne 0) { exit 1 }
.\build.bat
.\clean.bat
Copy-Item -Path *.cab -Destination ".\src\Executables\CAB" -Force | Out-Null
Copy-Item -Path *.cab -Destination "..\src\Executables\CAB" -Force | Out-Null
working-directory: sxsc-src
#