Skip to content

Commit

Permalink
Add vendor to nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Sep 1, 2021
1 parent d399d22 commit b2cf075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b2cf075

Please sign in to comment.