Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Nov 8, 2024
1 parent 4044daa commit 834fb33
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
run: |
/root/.cargo/bin/cargo build --release
cd target/release
mv hc-reliability hc-reliability-linux-x64-${{ steps.version.outputs.version }}
zip ../../hc-reliability-linux-x64-${{ steps.version.outputs.version }}.zip hc-reliability-linux-x64-${{ steps.version.outputs.version }}
mv hc-reliability ../../hc-reliability-linux-x64-${{ steps.version.outputs.version }}
- name: Zip Executable
uses: thedoctor0/[email protected]
with:
type: zip
filename: hc-reliability-linux-x64-${{ steps.version.outputs.version }}.zip
path: hc-reliability-linux-x64-${{ steps.version.outputs.version }}

- name: Publish Release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 834fb33

Please sign in to comment.