From cc814ff3cc1787f67175209174cd43499a03afab Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 18 May 2020 00:18:56 -0700 Subject: [PATCH] Add copy prebuilts to github actions script --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c96f6cb..aa25d872 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)