Add copy prebuilts to github actions script
This commit is contained in:
parent
92f8095277
commit
cc814ff3cc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -45,6 +45,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nuget restore TShock.sln
|
nuget restore TShock.sln
|
||||||
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" .\TShockAPI\TShockAPI.csproj /p:Configuration=Release
|
"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
|
||||||
|
run: |
|
||||||
|
cp -rf prebuilts\* TShockAPI\bin\Release
|
||||||
|
cp -rf prebuilts\* TShockAPI\bin\Debug
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: Experimental TShock (not debug)
|
name: Experimental TShock (not debug)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue