Avoid generating CRLF'd release tarballs

Fixes #841
This commit is contained in:
ISSOtm
2021-04-18 23:19:11 +02:00
parent 3bea7930a9
commit e35585960c

View File

@@ -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