File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050 - name : package-uninx
5151 if : ${{ matrix.os != 'windows-latest' }}
5252 run : |
53+ python publish/workflow_copy_files.py . ${{ github.workspace }}/artifact
5354 mkdir -p ${{ github.workspace }}/artifact/bin
5455 cp ${{ github.workspace }}/target/${{ matrix.target }}/release/lua-language-server ${{ github.workspace }}/artifact/bin
55- python publish/workflow_copy_files.py . ${{ github.workspace }}/artifact
5656 - name : package-windows
5757 if : ${{ matrix.os == 'windows-latest' }}
5858 run : |
59- New-Item -ItemType Directory -Path "${{ github.workspace }}/artifact/bin"
60- Copy-Item -Path ${{ github.workspace }}\target\${{ matrix.target }}\release\lua-language-server.exe -Destination ${{ github.workspace }}\artifact\bin
6159 python publish/workflow_copy_files.py . "${{ github.workspace }}/artifact"
60+ New-Item -ItemType Directory -Path "${{ github.workspace }}/artifact/bin"
61+ Copy-Item -Path ${{ github.workspace }}\target\${{ matrix.target }}\release\lua-language-server.exe -Destination ${{ github.workspace }}\artifact\bin
6262 shell : pwsh
6363 - name : Upload
6464 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments