Skip to content

Commit 440d038

Browse files
authored
Merge pull request #7 from xoap-io/dev
fix: release action
2 parents 448e602 + 22da907 commit 440d038

12 files changed

+2
-203
lines changed

.github/workflows/tagging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
type: 'zip'
3535
filename: 'XOAPModuleTemplateDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
36-
exclusions: '*.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github'
36+
exclusions: '*.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github /templates/* New-CompositeResource.ps1 /test/*'
3737
- name: Create a GitHub release
3838
uses: ncipollo/release-action@v1
3939
with:
File renamed without changes.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ The parameter list is as followed:
5555

5656
### Examples
5757

58-
You can review the [Examples](/source/Examples/Resources) directory in the **XOAPModuleTemplateDSC** module
58+
You can review the [Examples](/Examples/Resources) directory in the **XOAPModuleTemplateDSC** module
5959
for some general use scenarios for all the resources that are in the module.

RequiredModules.psd1

Lines changed: 0 additions & 24 deletions
This file was deleted.

Resolve-Dependency.psd1

Lines changed: 0 additions & 29 deletions
This file was deleted.
File renamed without changes.

source/.gitignore

Lines changed: 0 additions & 148 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)