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 1d49403 commit b270978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ 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 Down

0 comments on commit b270978

Please sign in to comment.