We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7301b1 commit 9b66ad9Copy full SHA for 9b66ad9
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
version=${gh_tag#refs/tags/v}
22
echo "Working with version $version"
23
grep -q "version = \"$version\"" Cargo.toml || { echo "Version mismatch"; exit 1; }
24
- echo "::set-env name=DEB_PKG_NAME::ptools_${version}_amd64.deb"
+ echo "DEB_PKG_NAME=ptools_${version}_amd64.deb" >> $GITHUB_ENV
25
- name: Install cargo-deb
26
run: cargo install cargo-deb --version 1.27.0
27
- name: Build package
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ptools"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["John Gallagher"]
5
license = "Apache-2.0"
6
description = "Utilities for inspecting Linux processes"
0 commit comments