exclude dev package from release artifact

1.5
Rodolfo Berrios 2021-10-04 10:13:37 -03:00
parent 23ccd5e3b6
commit 6e192b34ea
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
with: with:
type: "zip" type: "zip"
filename: "${{ steps.get_version.outputs.VERSION }}.zip" filename: "${{ steps.get_version.outputs.VERSION }}.zip"
exclusions: "/*.git/* /*.github/*" exclusions: "/*.git/* /*.github/* ${{ steps.get_version.outputs.VERSION }}-dev.zip"
- name: Upload artifacts - name: Upload artifacts
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1