]> git.lizzy.rs Git - rust.git/commitdiff
Upload
authorGiles Cope <gilescope@gmail.com>
Wed, 8 Jan 2020 12:31:05 +0000 (12:31 +0000)
committerGiles Cope <gilescope@gmail.com>
Wed, 8 Jan 2020 12:31:05 +0000 (12:31 +0000)
.github/workflows/ci.yaml

index 7b4a597a871616a329111a2333897cae104950eb..b4a334813ca7d31da20e2f55afd44c0d6154f2f0 100644 (file)
@@ -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
-
-