Skip to content

Commit 013e899

Browse files
authored
Update build.yml
1 parent e341eb7 commit 013e899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- uses: actions/upload-artifact@v2
1818
with:
1919
name: lua-language-server
20-
path: bin
20+
path: |
21+
bin
2122
resource:
2223
runs-on: ubuntu-latest
2324
steps:

0 commit comments

Comments
 (0)