From 33e4e8232dcad1d05c946070cd3135a8f242b202 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 18 Mar 2024 16:07:35 +0900 Subject: [PATCH] Fix use of []string in pwsh --- .github/workflows/release.yml | 2 +- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 173ebc2..0158f1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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] diff --git a/.gitignore b/.gitignore index 92b2793..61d9b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .direnv + +PSFzfHistory/*md +PSFzfHistory/LICENSE