Skip to content

Commit 2e20a55

Browse files
committed
Add missing shell parameter
1 parent f792298 commit 2e20a55

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/release-binaries-setup-stage

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries-setup-stage/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
# the path names for the build.
3535
- name: Shorten paths on Windows
3636
if: startsWith(runner.os, 'Windows')
37+
shell: pwsh
3738
run: |
3839
subst S: ${{ github.workspace }}
3940

0 commit comments

Comments
 (0)