From 9d5afee24b323b0c3386026092048c91acec0170 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Tue, 30 Jan 2024 21:15:56 +0100 Subject: [PATCH] Fix not having the base collection in releases --- .github/workflows/nightly.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 27d370cc5..47ad4901b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -29,6 +29,7 @@ jobs: cp LICENSE dist cp LLVM-C.dll dist cp -r shared dist + cp -r base dist cp -r core dist cp -r vendor dist cp -r bin dist @@ -56,6 +57,7 @@ jobs: cp LICENSE dist cp libLLVM* dist cp -r shared dist + cp -r base dist cp -r core dist cp -r vendor dist cp -r examples dist @@ -85,6 +87,7 @@ jobs: cp odin dist cp LICENSE dist cp -r shared dist + cp -r base dist cp -r core dist cp -r vendor dist cp -r examples dist