Specify that all .sh files need Unix line endings

The `git config --global --unset core.autocrlf` command
was failing in the "Create release artifacts" workflow,
so this is an alternate method of fixing issue #841.
This commit is contained in:
Rangi
2021-05-08 23:22:31 -04:00
parent c75551b1b3
commit 830df360ae
2 changed files with 2 additions and 3 deletions

View File

@@ -8,9 +8,6 @@ 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