Add copy prebuilts to github actions script

This commit is contained in:
Lucas Nicodemus 2020-05-18 00:18:56 -07:00
parent 92f8095277
commit cc814ff3cc
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB

View file

@ -45,6 +45,11 @@ jobs:
run: |
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
run: |
cp -rf prebuilts\* TShockAPI\bin\Release
cp -rf prebuilts\* TShockAPI\bin\Debug
- uses: actions/upload-artifact@master
with:
name: Experimental TShock (not debug)