Skip to content

Commit 99e84a0

Browse files
committed
Update workflow to work with this module
1 parent 5622afb commit 99e84a0

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/wf_Windows.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
66
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell
77
# https://github.com/actions/upload-artifact#where-does-the-upload-go
8-
name: PSAppDeployToolkit-Windows-PowerShell
8+
name: PSAppDeployToolkit.Tools-Windows-PowerShell
99
on:
1010
pull_request:
1111
paths-ignore:
@@ -57,7 +57,7 @@ jobs:
5757
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5858
- name: Test and Build
5959
shell: powershell
60-
run: Invoke-Build -File .\src\PSAppDeployToolkit.build.ps1
60+
run: Invoke-Build -File .\src\PSAppDeployToolkit.Tools.build.ps1
6161
- name: Upload pester results
6262
uses: actions/upload-artifact@v4
6363
with:
@@ -75,21 +75,7 @@ jobs:
7575
- name: Upload module
7676
uses: actions/upload-artifact@v4
7777
with:
78-
name: PSAppDeployToolkit
78+
name: PSAppDeployToolkit.Tools
7979
path: .\src\Artifacts\Module
8080
if-no-files-found: error
8181
overwrite: true
82-
- name: Upload v3 module template
83-
uses: actions/upload-artifact@v4
84-
with:
85-
name: PSAppDeployToolkit_Template_v3
86-
path: .\src\Artifacts\Template_v3
87-
if-no-files-found: error
88-
overwrite: true
89-
- name: Upload v4 module template
90-
uses: actions/upload-artifact@v4
91-
with:
92-
name: PSAppDeployToolkit_Template_v4
93-
path: .\src\Artifacts\Template_v4
94-
if-no-files-found: error
95-
overwrite: true

0 commit comments

Comments
 (0)