Skip to content

Commit 7394535

Browse files
committed
Fixed release build in deployment
1 parent 6bfc39f commit 7394535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Build artifacts
18-
run: cargo build --workspace --all-features --verbose
18+
run: cargo build --release --workspace --all-features --verbose
1919
- name: Upload build artifacts
2020
uses: skx/github-action-publish-binaries@master
2121
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memflow-qemu-procfs"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["ko1N <[email protected]>", "Aurimas Blažulionis <[email protected]>"]
55
edition = "2018"
66
description = "qemu procfs connector for the memflow physical memory introspection framework"

0 commit comments

Comments
 (0)