From d0f5d4ed021c5180062af31deb337607ef21d9aa Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Fri, 10 Jan 2025 11:15:28 -0300 Subject: [PATCH] [PLA-2133] Updates binary name on build (#91) Signed-off-by: Leonardo Custodio --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ef62fdd..7ae474d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,7 @@ jobs: - name: Archive Release uses: vimtor/action-zip@v1.2 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 @@ -66,7 +66,7 @@ jobs: - name: Archive Release uses: vimtor/action-zip@v1.2 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