Skip to content

Commit b8cab7d

Browse files
committed
update workflows
1 parent 130da89 commit b8cab7d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
submodules : recursive
1515
- uses: actboy168/setup-luamake@master
1616
- run: luamake
17+
- uses: actions/upload-artifact@v2
18+
with:
19+
name: lua-language-server
20+
path: |
21+
bin-Windows
22+
bin-Linux
23+
bin-macOS
1724
resource:
1825
runs-on: ubuntu-latest
1926
steps:
@@ -31,6 +38,3 @@ jobs:
3138
locale
3239
meta
3340
script
34-
bin-Windows
35-
bin-Linux
36-
bin-macOS

0 commit comments

Comments
 (0)