From b87ed202ea2f5675b9bba829291cc0bcf3d06820 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:03:35 +0300 Subject: [PATCH] Update release.yml Fix typo --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ca6fae..9d22f6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ jobs: - name: Build amd64 binary run: | - ./build.sh cross build --target x86_x64-unknown-linux-musl --release - mv target/x86_x64-unknown-linux-musl/release/cup ./cup-linux-amd64 + ./build.sh cross build --target x86_64-unknown-linux-musl --release + mv target/x86_64-unknown-linux-musl/release/cup ./cup-linux-amd64 - name: Build arm64 binary run: |