aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-08 12:31:05 +0000
committerGiles Cope <[email protected]>2020-01-08 12:31:05 +0000
commit79e1cb9b5962fd4369c5d72af0f04c2be61158fc (patch)
tree6e58db322a4ed3c4ffe43931b847b2ce3cf5d728 /.github/workflows
parentdd998d90764467b978dc3a65b574feb83ea5e5ef (diff)
Upload
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 6 insertions, 3 deletions
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:
77 if: matrix.os == 'windows-latest' 77 if: matrix.os == 'windows-latest'
78 run: Remove-Item ./target/debug/xtask.exe 78 run: Remove-Item ./target/debug/xtask.exe
79 79
80 - name: Upload artifacts
81 uses: actions/upload-artifact@v1
82 with:
83 name: editors
84 path: ./target/release
80 85
81 type-script: 86 type-script:
82 name: TypeScript 87 name: TypeScript
@@ -101,7 +106,5 @@ jobs:
101 - name: Upload artifacts 106 - name: Upload artifacts
102 uses: actions/upload-artifact@v1 107 uses: actions/upload-artifact@v1
103 with: 108 with:
104 name: ubuntu-editors 109 name: editors
105 path: /home/runner/work/rust-analyzer/editors 110 path: /home/runner/work/rust-analyzer/editors
106
107