Skip to content

Commit 5d43ce1

Browse files
committed
put as debug for now while I get it working.
1 parent cbd0baf commit 5d43ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
- name: Upload artifacts
8181
uses: actions/upload-artifact@v1
8282
with:
83-
name: editors
84-
path: ./target/release
83+
name: executables
84+
path: ./target/debug
8585

8686
type-script:
8787
name: TypeScript
@@ -115,5 +115,5 @@ jobs:
115115
- name: Upload artifacts
116116
uses: actions/upload-artifact@v1
117117
with:
118-
name: executables
118+
name: editors
119119
path: ./dist

0 commit comments

Comments
 (0)