File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 if : startsWith(matrix.os, 'windows')
3030 run : |
3131 mkdir -p dist/win-x64
32- cp build/Release/yogacore.dll dist/win-x64/yoga.dll
32+ cp -a build/ dist/win-x64/
3333
3434 - name : Build (x86)
3535 if : startsWith(matrix.os, 'windows')
@@ -39,19 +39,19 @@ jobs:
3939 if : startsWith(matrix.os, 'windows')
4040 run : |
4141 mkdir -p dist/win-x86
42- cp build/Release/yogacore.dll dist/win-x86/yoga.dll
42+ cp -a build/ dist/win-x86/
4343
4444 - name : Move MacOS files
4545 if : startsWith(matrix.os, 'macOS')
4646 run : |
4747 mkdir -p dist/osx
48- cp build/Release/libyogacore.dylib dist/osx/libyoga.dylib
48+ cp -a build/ dist/osx/
4949
5050 - name : Move Ubuntu files
5151 if : startsWith(matrix.os, 'ubuntu')
5252 run : |
5353 mkdir -p dist/linux
54- cp build/Release/libyogacore.so dist/linux/libyoga.so
54+ cp -a build/ dist/linux/
5555
5656 - name : Upload Binaries
5757 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments