mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:28:48 +00:00
[github actions] mkdir before cp
This commit is contained in:
parent
4d94eabacc
commit
6159d87573
1
.github/workflows/unity.yml
vendored
1
.github/workflows/unity.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
|
||||
- name: Copy artifacts to project
|
||||
run: |
|
||||
mkdir -p ./X10D.Unity.Tests/Assets/Libraries
|
||||
cp -r ./X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.Unity.Tests/Assets/Libraries/X10D.dll
|
||||
cp -r ./X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.Tests/Assets/Libraries/X10D.Unity.dll
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user