From daa3a645dab7370afcb46110b47457d1ff9dab52 Mon Sep 17 00:00:00 2001 From: Toni500github <88878648+Toni500github@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:34:28 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19bc6be..59aea74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,18 +63,12 @@ jobs: name: Upload binaries to Githib relase runs-on: ubuntu-latest needs: [release, get-version] - strategy: - matrix: - arch: [x86_64, aarch64, armv7h] steps: - - uses: actions/download-artifact@v3 - with: - name: tabaur-${{ matrix.arch }} - uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.release-url }} - asset_name: tabaur-${{ needs.get-version.outputs.version }}-${{ matrix.arch }}.tar.zst + asset_name: tabaur.tar.zst asset_path: tabaur.tar.zst asset_content_type: application/tar+zstd