Update copy prebuilts workflow run again

This commit is contained in:
Lucas Nicodemus 2020-05-18 00:23:26 -07:00
parent bee4d3b44b
commit a341ca16fb
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB

View file

@ -48,8 +48,8 @@ jobs:
- name: Copy prebuilts into output folders
shell: cmd
run: |
cp -rf prebuilts\* TShockAPI\bin\Release
cp -rf prebuilts\* TShockAPI\bin\Debug
cp -rf .\prebuilts\* TShockAPI\bin\Release
cp -rf .\prebuilts\* TShockAPI\bin\Debug
- uses: actions/upload-artifact@master
with:
name: Experimental TShock (not debug)