mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix not having the base collection in releases
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
|||||||
cp LICENSE dist
|
cp LICENSE dist
|
||||||
cp LLVM-C.dll dist
|
cp LLVM-C.dll dist
|
||||||
cp -r shared dist
|
cp -r shared dist
|
||||||
|
cp -r base dist
|
||||||
cp -r core dist
|
cp -r core dist
|
||||||
cp -r vendor dist
|
cp -r vendor dist
|
||||||
cp -r bin dist
|
cp -r bin dist
|
||||||
@@ -56,6 +57,7 @@ jobs:
|
|||||||
cp LICENSE dist
|
cp LICENSE dist
|
||||||
cp libLLVM* dist
|
cp libLLVM* dist
|
||||||
cp -r shared dist
|
cp -r shared dist
|
||||||
|
cp -r base dist
|
||||||
cp -r core dist
|
cp -r core dist
|
||||||
cp -r vendor dist
|
cp -r vendor dist
|
||||||
cp -r examples dist
|
cp -r examples dist
|
||||||
@@ -85,6 +87,7 @@ jobs:
|
|||||||
cp odin dist
|
cp odin dist
|
||||||
cp LICENSE dist
|
cp LICENSE dist
|
||||||
cp -r shared dist
|
cp -r shared dist
|
||||||
|
cp -r base dist
|
||||||
cp -r core dist
|
cp -r core dist
|
||||||
cp -r vendor dist
|
cp -r vendor dist
|
||||||
cp -r examples dist
|
cp -r examples dist
|
||||||
|
|||||||
Reference in New Issue
Block a user