Skip to content

Commit 8f214e2

Browse files
committed
fix: workflows
1 parent 1908fa6 commit 8f214e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
$source = Get-ChildItem -Recurse -Directory -Path .\bin\Release -Filter publish | Select-Object -First 1
3434
if (-Not $source) { throw "No publish directory found." }
3535
Copy-Item -Path "$($source.FullName)\*" -Destination publish-artifact -Recurse -Force
36-
shell: bash
36+
shell: pwsh
3737

3838
- name: Upload artifact
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)