From 672f1c21fe034ad533f8ee6bd06c4960b2f896ae Mon Sep 17 00:00:00 2001 From: Brian H Date: Thu, 16 May 2024 12:45:24 -0600 Subject: [PATCH] move wac binary to wac-cli for release Signed-off-by: Brian H --- .github/workflows/publish-binaries.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index e14b5f3..67aec8e 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -54,9 +54,9 @@ jobs: if: ${{ matrix.cross }} - run: cross build --release --target ${{ matrix.rust-target }} --features native-tls-vendored if: ${{ matrix.cross }} - - run: mv ./target/${{ matrix.rust-target }}/release/wac-cli.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} + - run: mv ./target/${{ matrix.rust-target }}/release/wac.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} if: matrix.os == 'windows-latest' - - run: mv ./target/${{ matrix.rust-target }}/release/wac-cli ./target/${{ matrix.rust-target }}/release/wac-${{ matrix.rust-target }} + - run: mv ./target/${{ matrix.rust-target }}/release/wac ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} if: matrix.os != 'windows-latest' - name: Login GH CLI shell: bash @@ -93,9 +93,9 @@ jobs: if: ${{ matrix.cross }} - run: cross build --release --target ${{ matrix.rust-target }} --features native-tls-vendored if: ${{ matrix.cross }} - - run: mv ./target/${{ matrix.rust-target }}/release/wac-cli.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} + - run: mv ./target/${{ matrix.rust-target }}/release/wac.exe ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} if: matrix.os == 'windows-latest' - - run: mv ./target/${{ matrix.rust-target }}/release/wac-cli ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} + - run: mv ./target/${{ matrix.rust-target }}/release/wac ./target/${{ matrix.rust-target }}/release/wac-cli-${{ matrix.rust-target }} if: matrix.os != 'windows-latest' - name: Login GH CLI shell: bash