Merge pull request #14 from Trivernis/actions

Add ipfs action to release build
pull/15/head
Trivernis 3 years ago committed by GitHub
commit d4f50d4367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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