From 9b0d08e307376b6728c49700063e56f465080811 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Fri, 27 May 2022 16:59:44 +0200 Subject: [PATCH] Fix action. --- .github/workflows/release_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 40eef69..dde5032 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -20,7 +20,7 @@ jobs: - run: npm install - run: npm run create_dist - uses: ncipollo/release-action@v1 - with: + with: artifacts: "build/final/package/*" bodyFile: ".github/workflows/release_template.md" draft: true