This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user