We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d153498 commit a7ec708Copy full SHA for a7ec708
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
mkdir -p ${{ github.workspace }}/artifact
54
cp ${{ github.workspace }}/target/${{ matrix.target }}/release/lua-language-server ${{ github.workspace }}/artifact/
55
- cp ${{ github.workspace }}/resources ${{ github.workspace }}/artifact/ -r
+ cp -r "${{ github.workspace }}/resources" "${{ github.workspace }}/artifact/"
56
- name: package-windows
57
if: ${{ matrix.os == 'windows-latest' }}
58
0 commit comments