From 79e1cb9b5962fd4369c5d72af0f04c2be61158fc Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Wed, 8 Jan 2020 12:31:05 +0000 Subject: Upload --- .github/workflows/ci.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b4a597a8..b4a334813 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,6 +77,11 @@ jobs: if: matrix.os == 'windows-latest' run: Remove-Item ./target/debug/xtask.exe + - name: Upload artifacts + uses: actions/upload-artifact@v1 + with: + name: editors + path: ./target/release type-script: name: TypeScript @@ -101,7 +106,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v1 with: - name: ubuntu-editors + name: editors path: /home/runner/work/rust-analyzer/editors - - -- cgit v1.2.3