File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 uses : TheDoctor0/zip-release@0.7.2
3333 with :
3434 type : ' zip'
35- filename : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
35+ filename : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
3636 exclusions : ' *.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github'
3737 - name : Create a GitHub release
3838 uses : ncipollo/release-action@v1
3939 with :
40- artifacts : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
40+ artifacts : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
4141 tag : ${{ steps.tag_version.outputs.new_tag }}
4242 name : ${{ steps.tag_version.outputs.new_tag }}
4343 body : ${{ steps.tag_version.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments