From 485bef14413956f3f6a79d12150fe40577c21d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Barrag=C3=A1n?= <60709314+FBarrca@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:09:15 +0100 Subject: [PATCH] Update release workflow to use 'artifacts' instead of 'files' for packaging incorrect config of the flow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f5a18e..e38e7e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: with: tag: ${{ steps.get_tag.outputs.tag_name }} name: Release ${{ steps.get_tag.outputs.tag_name }} - files: | + artifacts: | ${{ env.PLUGIN_NAME }}.zip main.js manifest.json