From 6bfc39fd62028d544e8c54db6c8947852ce725b9 Mon Sep 17 00:00:00 2001 From: ko1N Date: Thu, 31 Dec 2020 17:27:41 +0100 Subject: [PATCH] Updated release.yml workflow --- .github/workflows/{release_binaries.yml => release.yml} | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{release_binaries.yml => release.yml} (95%) diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release.yml similarity index 95% rename from .github/workflows/release_binaries.yml rename to .github/workflows/release.yml index dab807a..b56b8f0 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ env: jobs: - generate: + generate_ubuntu_x86-64: name: Create artifacts for x86/ubuntu-latest runs-on: ubuntu-latest steps: diff --git a/Cargo.toml b/Cargo.toml index a985a02..a3d322a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memflow-qemu-procfs" -version = "0.1.3" +version = "0.1.4" authors = ["ko1N ", "Aurimas Blažulionis <0x60@pm.me>"] edition = "2018" description = "qemu procfs connector for the memflow physical memory introspection framework"