File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3333 if : startsWith(matrix.os, 'windows')
3434 run : |
3535 mkdir -p dist/win-x64
36+ cp build/yogacore.dll dist/win-x64/yoga.dll
3637 cp -a build/ dist/win-x64/
3738
3839 - name : Build (x86)
@@ -43,19 +44,19 @@ jobs:
4344 if : startsWith(matrix.os, 'windows')
4445 run : |
4546 mkdir -p dist/win-x86
46- cp -a build/ dist/win-x86/
47+ cp build/Release/yogacore.dll dist/win-x86/yoga.dll
4748
4849 - name : Move MacOS files
4950 if : startsWith(matrix.os, 'macos')
5051 run : |
5152 mkdir -p dist/osx
52- cp -a build/ dist/osx/
53+ cp build/libyogacore.dylib dist/osx/libyoga.dylib
5354
5455 - name : Move Ubuntu files
5556 if : startsWith(matrix.os, 'ubuntu')
5657 run : |
5758 mkdir -p dist/linux
58- cp -a build/ dist/linux/
59+ cp build/libyogacore.so dist/linux/libyoga.so
5960
6061 - name : Upload Binaries
6162 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments