Add ipfs action to release build

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 3 years ago
parent c8ab28e4e4
commit 05439fbad6
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -39,6 +39,10 @@ jobs:
with:
name: tobi-rs-linux-x86_64
path: target/tobi-rs-linux-x86_64
- name: Upload to ipfs
uses: aquiladev/ipfs-action@v1
with:
path: target/tobi-rs-linux-x86_64
- name: publish release
uses: "marvinpinto/action-automatic-releases@latest"
with:

2
Cargo.lock generated

@ -193,7 +193,7 @@ dependencies = [
[[package]]
name = "bot-database"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"chrono",
"diesel",

Loading…
Cancel
Save