Skip to content

Commit 982a6c6

Browse files
committed
fix: adjusted README to match style
1 parent 1c9e1ca commit 982a6c6

File tree

134 files changed

+1049
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+1049
-345
lines changed

.github/workflows/tagging.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
uses: TheDoctor0/[email protected]
3333
with:
3434
type: 'zip'
35-
filename: 'XOAPApplicationPackagingDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
35+
filename: 'xoap-powershell-dsc-configurations_${{ 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: 'xoap-powershell-dsc-configurations_${{ 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 }}

0 commit comments

Comments
 (0)