From 442e7fa7bfee47f2b6047781cf17f05add2b26a5 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:13:37 -0300 Subject: [PATCH] exclude dev package from release artifact --- .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 e3510e6..992c4ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: with: type: "zip" filename: "${{ steps.get_version.outputs.VERSION }}.zip" - exclusions: "/*.git/* /*.github/*" + exclusions: "/*.git/* /*.github/* ${{ steps.get_version.outputs.VERSION }}-dev.zip" - name: Upload artifacts uses: ncipollo/release-action@v1