From 618eac526c4e5b497083adbaf8c307ca8df7f35c Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Fri, 4 Nov 2022 12:25:20 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20Use=20the=20correct=20file?= =?UTF-8?q?=20for=20binary=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index e4f597d8..6344a35d 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -63,7 +63,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: espup-${{ matrix.job.target }}.zip + file: target/${{ matrix.job.target }}/release/espup${{ matrix.job.binary-postfix }} asset_name: espup-${{ matrix.job.target }}${{ matrix.job.binary-postfix }} tag: ${{ github.ref }}