Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorslev committed May 9, 2024
1 parent b270978 commit aeee629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ jobs:
- name: 📦 Import PowerShell Module
shell: pwsh
run: |
Get-ChildItem -Path output
$modulePath = (Get-ChildItem -Path output/*.nupkg -Name)
$moduleName = ($modulePath -replace '.nupkg$', '')
$moduleDir = "output/$moduleName"
Expand-Archive -Path "output/$modulePath" -DestinationPath $moduleDir
$moduleManifest = (Get-ChildItem -Path "$moduleDir/*.psd1" -Name)
Get-ChildItem -Path output
Import-Module -Name "$moduleDir/$moduleManifest" -Force
- name: 📦 Update documentation
Expand Down

0 comments on commit aeee629

Please sign in to comment.