Update copy prebuilts workflow run again
This commit is contained in:
parent
bee4d3b44b
commit
a341ca16fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -48,8 +48,8 @@ jobs:
|
||||||
- name: Copy prebuilts into output folders
|
- name: Copy prebuilts into output folders
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cp -rf prebuilts\* TShockAPI\bin\Release
|
cp -rf .\prebuilts\* TShockAPI\bin\Release
|
||||||
cp -rf prebuilts\* TShockAPI\bin\Debug
|
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