We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1908fa6 commit 8f214e2Copy full SHA for 8f214e2
1 file changed
.github/workflows/deploy-release.yml
@@ -33,7 +33,7 @@ jobs:
33
$source = Get-ChildItem -Recurse -Directory -Path .\bin\Release -Filter publish | Select-Object -First 1
34
if (-Not $source) { throw "No publish directory found." }
35
Copy-Item -Path "$($source.FullName)\*" -Destination publish-artifact -Recurse -Force
36
- shell: bash
+ shell: pwsh
37
38
- name: Upload artifact
39
uses: actions/upload-artifact@v4
0 commit comments