We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6246d95 commit 6e796b4Copy full SHA for 6e796b4
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: package-unix
51
if: ${{ matrix.os != 'windows-latest' }}
52
run: |
53
+ ls -R target
54
cp target/${{ matrix.target }}/release/lua-language-server ${{ github.workspace }}/artifact/
55
cp resources ${{ github.workspace }}/artifact/ -r
56
- name: package-windows
0 commit comments