From faae0b70e58909c11313fc83aa5c7071cb7f6ef2 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Thu, 2 Jan 2025 18:40:58 +0800 Subject: [PATCH] Fix zip names --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8129fca..cec7dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,4 +101,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref_name }} run: | + mv _build/${{matrix.platform}}_${{matrix.arch}}/zaparoo-${{matrix.platform}}_${{matrix.arch}}.zip _build/${{matrix.platform}}_${{matrix.arch}}/zaparoo-${{matrix.platform}}_${{matrix.arch}}-${VERSION}.zip gh release upload "$tag" _build/${{matrix.platform}}_${{matrix.arch}}/zaparoo-${{matrix.platform}}_${{matrix.arch}}-${VERSION}.zip