aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-09 13:24:20 +0000
committerGiles Cope <[email protected]>2020-01-09 13:24:20 +0000
commit5d43ce12c38596a9c2bef70ece9d878487432cf3 (patch)
treef6d5a2a33c5b17121ed26c3687c1542426a7a21a /.github/workflows/ci.yaml
parentcbd0baf20be0077e8c2791a6a292df561d2b6c80 (diff)
put as debug for now while I get it working.
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml6
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