Skip to content

Commit 2ab2a23

Browse files
🔧 [Update]: Change Build-Module action to use debugImport for improved debugging
1 parent 40d0a25 commit 2ab2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Build-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
WorkingDirectory: ${{ inputs.WorkingDirectory }}
5555

5656
- name: Build module
57-
uses: PSModule/Build-PSModule@v4
57+
uses: PSModule/Build-PSModule@debugImport #v4
5858
with:
5959
Name: ${{ inputs.Name }}
6060
Debug: ${{ inputs.Debug }}

0 commit comments

Comments
 (0)