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 a125e72 commit 12ac46dCopy full SHA for 12ac46d
.github/workflows/release.yml
@@ -14,5 +14,5 @@ jobs:
14
- uses: actions/checkout@v1
15
- name: Publish
16
run: |
17
- pwsh -Command "Publish-Module -Path ./Selenium.psd1 -NuGetApiKey $Env:api_key"
+ pwsh -Command "Publish-Module -Path ./Output/Selenium.psd1 -NuGetApiKey $Env:api_key"
18
0 commit comments