diff --git a/.github/workflows/create-release-artifacts.yaml b/.github/workflows/create-release-artifacts.yaml index d0cc4593..e15c907a 100644 --- a/.github/workflows/create-release-artifacts.yaml +++ b/.github/workflows/create-release-artifacts.yaml @@ -8,6 +8,9 @@ jobs: windows: runs-on: windows-2019 steps: + - name: Disable auto-CRLF # This breaks scripts (see https://github.com/gbdev/rgbds/issues/841) + run: | + git config --global --unset core.autocrlf - uses: actions/checkout@v2 - name: Get version from tag shell: bash