Skip to content

Commit

Permalink
chore(ci): fix binary name
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <quantumsheep@users.noreply.github.com>
  • Loading branch information
quantumsheep committed Jun 30, 2024
1 parent 0434449 commit 0454dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
fileName: sshs-linux-${{ matrix.target.arch }}
out-file-path: target/${{ matrix.target.rust-target }}/release

- name: Rename binary
run: mv target/${{ matrix.target.rust-target }}/release/sshs-linux-${{ matrix.target.arch }} target/${{ matrix.target.rust-target }}/release/sshs

- name: Create Debian package
run: cargo deb --no-build --target ${{ matrix.target.rust-target }} --output "target/${{ matrix.target.rust-target }}/debian/sshs-${{ matrix.target.arch }}.deb"

Expand Down

0 comments on commit 0454dc9

Please sign in to comment.