From 05439fbad62d5dacd1b4dca028402485205c6dd3 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Apr 2021 12:38:34 +0200 Subject: [PATCH] Add ipfs action to release build Signed-off-by: trivernis --- .github/workflows/build-and-release.yml | 4 ++++ Cargo.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f596ff4..38465c4 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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: diff --git a/Cargo.lock b/Cargo.lock index fb52783..6844b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "bot-database" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono", "diesel",