Skip to content

Commit 534a0b2

Browse files
committed
Fix subst
1 parent d58f831 commit 534a0b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ jobs:
250250
- name: Shorten paths on windows
251251
run: |
252252
subst S: ${{ github.workspace }}
253-
subst B: ${{ steps.setup-stage.outputs.build-prefix }}
253+
mkdir "S:\build"
254+
subst B: S:\build
254255
255256
- name: Configure
256257
id: build

0 commit comments

Comments
 (0)