release 1.0.0
All checks were successful
Build and Release / release (push) Successful in 54s

This commit is contained in:
2026-02-26 13:39:35 +01:00
parent d6ac8e5931
commit 989e6d4325
3 changed files with 6 additions and 6 deletions

View File

@@ -31,16 +31,16 @@ jobs:
- name: Prepare Binary
run: |
cp target/release/xps-thermal-bench xps-thermal-bench-linux-amd64
sha256sum xps-thermal-bench-linux-amd64 > xps-thermal-bench-linux-amd64.sha256
cp target/release/ember-tune ember-tune-linux-amd64
sha256sum ember-tune-linux-amd64 > ember-tune-linux-amd64.sha256
- name: Release
uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
with:
files: |
xps-thermal-bench-linux-amd64
xps-thermal-bench-linux-amd64.sha256
ember-tune-linux-amd64
ember-tune-linux-amd64.sha256
tag_name: v${{ steps.get_version.outputs.VERSION }}
name: Release v${{ steps.get_version.outputs.VERSION }}
draft: false

2
Cargo.lock generated
View File

@@ -512,7 +512,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "ember-tune"
name = "ember-tune-rs"
version = "1.0.0"
dependencies = [
"anyhow",

View File

@@ -1,5 +1,5 @@
[package]
name = "ember-tune"
name = "ember-tune-rs"
version = "1.0.0"
edition = "2024"
authors = ["Nils Pukropp <nils@narl.io>"]