exclude dev package from release artifact
This commit is contained in:
parent
23ccd5e3b6
commit
6e192b34ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue