From 4cd0b1bf0f79d1b5115b3182e688970b2c32a7ad Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 19 Feb 2024 10:53:36 -0300 Subject: [PATCH] Debugging publish script. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57d8fdd..6bfee68 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "*3270*.pkg.tar.zst" + artifacts: "*v3270*.pkg.tar.zst" allowUpdates: true draft: false makeLatest: true @@ -72,7 +72,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "*.tar.xz" + artifacts: "*v3270.tar.xz" allowUpdates: true draft: false makeLatest: true