diff options
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa8e47210..2b022a862 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -80,8 +80,8 @@ jobs: | |||
80 | - name: Upload artifacts | 80 | - name: Upload artifacts |
81 | uses: actions/upload-artifact@v1 | 81 | uses: actions/upload-artifact@v1 |
82 | with: | 82 | with: |
83 | name: editors | 83 | name: executables |
84 | path: ./target/release | 84 | path: ./target/debug |
85 | 85 | ||
86 | type-script: | 86 | type-script: |
87 | name: TypeScript | 87 | name: TypeScript |
@@ -115,5 +115,5 @@ jobs: | |||
115 | - name: Upload artifacts | 115 | - name: Upload artifacts |
116 | uses: actions/upload-artifact@v1 | 116 | uses: actions/upload-artifact@v1 |
117 | with: | 117 | with: |
118 | name: executables | 118 | name: editors |
119 | path: ./dist | 119 | path: ./dist |