exclude dev package from release artifact

This commit is contained in:
Rodolfo Berrios
2021-10-04 10:13:37 -03:00
committed by keven
parent b496ca6a48
commit 442e7fa7bf

View File

@@ -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