mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Move deltachat-repl into a separate crate
This commit is contained in:
4
.github/workflows/repl.yml
vendored
4
.github/workflows/repl.yml
vendored
@@ -20,10 +20,10 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: build
|
||||
run: cargo build --example repl --features repl,vendored
|
||||
run: cargo build --example repl --features vendored
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: repl.exe
|
||||
path: 'target/debug/examples/repl.exe'
|
||||
path: 'target/debug/deltachat-repl.exe'
|
||||
|
||||
Reference in New Issue
Block a user