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"