From 22b8d6b25b906e30af6e4dbfb691856769cc5a73 Mon Sep 17 00:00:00 2001 From: Jorge Capona Date: Thu, 22 Feb 2024 12:07:20 -0300 Subject: [PATCH] Upload all artifacts on release --- .github/workflows/deb-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb-release.yml b/.github/workflows/deb-release.yml index ff162bf..9ad00df 100644 --- a/.github/workflows/deb-release.yml +++ b/.github/workflows/deb-release.yml @@ -140,5 +140,5 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.PAT_GITHUB }} - file: ./${{ matrix.distro}}.deb.zip + file: ./${{ matrix.distro}}-${{ matrix.architecture }}.deb.zip tag: "v${{ env.CURRENT_VERSION }}"