Skip to content

Commit d907599

Browse files
authored
Update build.yml
1 parent 6f5aa8c commit d907599

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,19 @@ jobs:
1414
submodules : recursive
1515
- uses: actboy168/setup-luamake@master
1616
- run: luamake
17-
- uses: actions/upload-artifact@v1.0.0
17+
- uses: actions/upload-artifact@v2
1818
with:
1919
name: lua-language-server
2020
path: bin
21+
resource:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/upload-artifact@v2
25+
with:
26+
name: lua-language-server
27+
path: |
28+
main.lua
29+
debugger.lua
30+
locale
31+
meta
32+
script

0 commit comments

Comments
 (0)