Skip to content

Commit

Permalink
Fix use of []string in pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2024
1 parent 7d441e4 commit 33e4e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
Copy-Item -Path .\README.md .\LICENSE -Destination .\PSFzfHistory
Copy-Item -Path .\README.md, .\LICENSE -Destination .\PSFzfHistory
Publish-Module -Path .\PSFzfHistory -NuGetApiKey $env:NUGET_KEY -Repository PSGallery -Verbose
github:
needs: [gallery]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.direnv

PSFzfHistory/*md
PSFzfHistory/LICENSE

0 comments on commit 33e4e82

Please sign in to comment.