Compare commits
1 Commits
release/1.
...
989e6d4325
| Author | SHA1 | Date | |
|---|---|---|---|
| 989e6d4325 |
@@ -31,16 +31,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare Binary
|
- name: Prepare Binary
|
||||||
run: |
|
run: |
|
||||||
cp target/release/xps-thermal-bench xps-thermal-bench-linux-amd64
|
cp target/release/ember-tune ember-tune-linux-amd64
|
||||||
sha256sum xps-thermal-bench-linux-amd64 > xps-thermal-bench-linux-amd64.sha256
|
sha256sum ember-tune-linux-amd64 > ember-tune-linux-amd64.sha256
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
|
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
xps-thermal-bench-linux-amd64
|
ember-tune-linux-amd64
|
||||||
xps-thermal-bench-linux-amd64.sha256
|
ember-tune-linux-amd64.sha256
|
||||||
tag_name: v${{ steps.get_version.outputs.VERSION }}
|
tag_name: v${{ steps.get_version.outputs.VERSION }}
|
||||||
name: Release v${{ steps.get_version.outputs.VERSION }}
|
name: Release v${{ steps.get_version.outputs.VERSION }}
|
||||||
draft: false
|
draft: false
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -512,7 +512,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ember-tune"
|
name = "ember-tune-rs"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ember-tune"
|
name = "ember-tune-rs"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Nils Pukropp <nils@narl.io>"]
|
authors = ["Nils Pukropp <nils@narl.io>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user