From 5d43ce12c38596a9c2bef70ece9d878487432cf3 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 13:24:20 +0000 Subject: put as debug for now while I get it working. --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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: - name: Upload artifacts uses: actions/upload-artifact@v1 with: - name: editors - path: ./target/release + name: executables + path: ./target/debug type-script: name: TypeScript @@ -115,5 +115,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v1 with: - name: executables + name: editors path: ./dist -- cgit v1.2.3