Skip to content

Commit

Permalink
Fix naming in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Dec 27, 2024
1 parent 9965ad8 commit 312cbcc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,16 @@ jobs:
- name: Install binstall
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

- name: Build
- name: Install cross
run: cargo binstall cross

- name: Generate Manual
- name: Make arm build
run: cross build --profile dist --target aarch64-unknown-linux-gnu

- name: Rename binary
run: target/aarch64-unknown-linux-gnu/dist/wt_ext_cli wt_ext_cli-aarch64-linux

- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
files: target/aarch64-unknown-linux-gnu/dist/wt_ext_cli
files: wt_ext_cli-aarch64-linux

0 comments on commit 312cbcc

Please sign in to comment.