From 97c10e958cd95530bc12d537a4632de509649dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sat, 3 Aug 2024 00:09:29 -0300 Subject: [PATCH] ci: Fix upload release action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc62e41f..b317ee291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') && success() with: repo_token: ${{ secrets.GITHUB_TOKEN }} - path: dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }} + file: dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }} tag: ${{ github.ref }} overwrite: true prerelease: true