Skip to content

Commit

Permalink
[PLA-2133] Updates binary name on build (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Jan 10, 2025
1 parent 2b66edf commit d0f5d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Archive Release
uses: vimtor/[email protected]
with:
files: target/release/wallet
files: target/release/wallet-daemon
dest: target/release/wallet-daemon_${{github.ref_name}}_x86_64-unknown-linux-gnu.zip
- name: Linux Release
uses: softprops/action-gh-release@v2
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Archive Release
uses: vimtor/[email protected]
with:
files: target/release/wallet
files: target/release/wallet-daemon
dest: target/release/wallet-daemon_${{github.ref_name}}_x86_64-apple-darwin.zip
- name: Linux Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d0f5d4e

Please sign in to comment.