Skip to content

Commit

Permalink
fix: release artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssokolic committed Jul 26, 2023
1 parent 287d44b commit 0e4a7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
uses: TheDoctor0/[email protected]
with:
type: 'zip'
filename: 'XOAPModuleTemplateDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
filename: 'XOAPW11SecurityBaseline22H2DSC_${{ steps.tag_version.outputs.new_tag }}.zip'
exclusions: '*.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github /templates/* New-CompositeResource.ps1 /test/*'
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
artifacts: 'XOAPModuleTemplateDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
artifacts: 'XOAPW11SecurityBaseline22H2DSC_${{ steps.tag_version.outputs.new_tag }}.zip'
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 0e4a7f1

Please sign in to comment.