From 7394535d518271fab24e482e9e6550ef29d9b71d Mon Sep 17 00:00:00 2001 From: ko1N Date: Thu, 31 Dec 2020 17:33:49 +0100 Subject: [PATCH] Fixed release build in deployment --- .github/workflows/release.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b56b8f0..c691afc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build artifacts - run: cargo build --workspace --all-features --verbose + run: cargo build --release --workspace --all-features --verbose - name: Upload build artifacts uses: skx/github-action-publish-binaries@master env: diff --git a/Cargo.toml b/Cargo.toml index a3d322a..fe394f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memflow-qemu-procfs" -version = "0.1.4" +version = "0.1.5" authors = ["ko1N ", "Aurimas Blažulionis <0x60@pm.me>"] edition = "2018" description = "qemu procfs connector for the memflow physical memory introspection framework"