Skip to content

Commit

Permalink
fix path in Copy-Item command
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Nov 25, 2023
1 parent dbfaf47 commit 1b83deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

Expand Down

0 comments on commit 1b83deb

Please sign in to comment.