We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3073c commit cee2e4dCopy full SHA for cee2e4d
‎.github/workflows/workflow.yml‎
@@ -290,7 +290,7 @@ jobs:
290
GH_TOKEN: ${{ github.token }}
291
with:
292
Name: ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
293
- ModulePath: ${{ inputs.WorkingDirectory }}/outputs/module
+ ModulePath: outputs/module
294
APIKey: ${{ secrets.APIKEY }}
295
WhatIf: ${{ github.repository == 'PSModule/Process-PSModule' }}
296
AutoCleanup: ${{ fromJson(needs.Get-Settings.outputs.Settings).Publish.Module.AutoCleanup }}
0 commit comments