Use powershell in github actions copy
This commit is contained in:
parent
a341ca16fb
commit
39730a7b14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
nuget restore TShock.sln
|
||||
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" .\TShockAPI\TShockAPI.csproj /p:Configuration=Release
|
||||
- name: Copy prebuilts into output folders
|
||||
shell: cmd
|
||||
shell: pwsh
|
||||
run: |
|
||||
cp -rf .\prebuilts\* TShockAPI\bin\Release
|
||||
cp -rf .\prebuilts\* TShockAPI\bin\Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue