aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-09-01 13:08:26 +0100
committergingerBill <bill@gingerbill.org>2021-09-01 13:08:26 +0100
commitb2cf0755f2aa899a5a87bb92e87d0c46d01f593b (patch)
tree4fb71ba3386db7c9a4834575f2594c2c910e4660
parentd399d2256b6b3d52371e0a05bc3649f4bfe8d001 (diff)
Add `vendor` to nightly.ymldev-2021-09
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 3d58a8fd8..9ddb8ee83 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -28,6 +28,7 @@ jobs:
cp LLVM-C.dll dist
cp -r shared dist
cp -r core dist
+ cp -r vendor dist
cp -r bin dist
cp -r examples dist
- name: Upload artifact
@@ -51,6 +52,7 @@ jobs:
cp odin dist
cp -r shared dist
cp -r core dist
+ cp -r vendor dist
cp -r examples dist
- name: Upload artifact
uses: actions/upload-artifact@v1
@@ -77,6 +79,7 @@ jobs:
cp odin dist
cp -r shared dist
cp -r core dist
+ cp -r vendor dist
cp -r examples dist
- name: Upload artifact
uses: actions/upload-artifact@v1