Skip to content

Commit f12b824

Browse files
committed
Fix
1 parent c6b62cb commit f12b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Setup crlf
1616
run: |
17-
git config --global core.autocrlf=false
17+
git config --global core.autocrlf false
1818
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
1919
- run: |
2020
subst S: ${{ github.workspace }}

0 commit comments

Comments
 (0)