From 973aa054ee0fe229786415de2d46bba195f6c148 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 20:21:07 +0000 Subject: Split out into a release build as bins were not getting generated as cargo build wasn't run --- .github/workflows/ci.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eab03f581..3a2bdb4a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,23 +78,6 @@ jobs: if: matrix.os == 'windows-latest' run: Remove-Item ./target/${{ env.PROFILE }}/xtask.exe - - name: Creat distribution dir - run: mkdir ./dist - - - name: Copy binaries (non-win) - if: matrix.os != 'windows-latest' - run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist - - - name: Copy binaries (win) - if: matrix.os == 'windows-latest' - run: copy ./target/${{ env.PROFILE }}/ra_lsp_server.* ./dist - - - name: Upload artifacts - uses: actions/upload-artifact@v1 - with: - name: executables-${{ matrix.os }} - path: ./dist - type-script: name: TypeScript runs-on: ubuntu-latest @@ -114,18 +97,3 @@ jobs: working-directory: ./editors/code - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code - - - name: Create distribution directory - run: mkdir ./dist - - - name: Copy vscode extension - run: mkdir ./dist/code && cp ./editors/code/*.vsix ./dist/code/ - - - name: Copy emacs mode - run: cp -R ./editors/emacs ./dist/ - - - name: Upload artifacts - uses: actions/upload-artifact@v1 - with: - name: editors - path: ./dist -- cgit v1.2.3