From 82ec9b6e52dd1608f4f57898423916be2929bff0 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:22:28 +0300 Subject: [PATCH] Update build.yml Attempt 5. I just hate the fact that you can't properly debug this thing. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d7c7ac..28654cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,8 +89,8 @@ jobs: - name: Extract and rename binaries run: | - unzip /home/runner/work/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup cup-linux-aarch64 - unzip /home/runner/work/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup cup-linux-x86_64 + unzip /home/runner/work/cup/cup/cup-linux-aarch64 && mv /home/runner/work/cup/cup/cup cup-linux-aarch64 + unzip /home/runner/work/cup/cup/cup-linux-x86_64 && mv /home/runner/work/cup/cup/cup cup-linux-x86_64 - name: Create release uses: softprops/action-gh-release@v2