Skip to content

Commit

Permalink
Corrected the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Geisler committed Nov 24, 2024
1 parent c42d1f2 commit ca16663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gallery-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Publish Module
run: |
$PSGalleryApiKey = "${{ secrets.PSGALLERY_API_KEY }}"
Publish-Module -Path ./ -NuGetApiKey $PSGalleryApiKey
Publish-Module -Path ./powerrti -NuGetApiKey $PSGalleryApiKey
shell: pwsh

0 comments on commit ca16663

Please sign in to comment.