Skip to content

Commit

Permalink
Fixed release build in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Dec 31, 2020
1 parent 6bfc39f commit 7394535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memflow-qemu-procfs"
version = "0.1.4"
version = "0.1.5"
authors = ["ko1N <[email protected]>", "Aurimas Blažulionis <[email protected]>"]
edition = "2018"
description = "qemu procfs connector for the memflow physical memory introspection framework"
Expand Down

0 comments on commit 7394535

Please sign in to comment.