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 da33855 commit ea9e492Copy full SHA for ea9e492
.github/workflows/release.yml
@@ -14,4 +14,4 @@ jobs:
14
- uses: actions/checkout@v1
15
- name: Publish
16
run: |
17
- pwsh -Command "Publish-Module -Path ./selenium-powershell/Output/Selenium/Selenium.psd1 -NuGetApiKey $Env:api_key"
+ pwsh -Command "Publish-Module -Path "$Env:GITHUB_WORKSPACE/Output/Selenium/Selenium.psd1" -NuGetApiKey $Env:api_key"
0 commit comments