diff --git a/.github/workflows/windows_exe.yml b/.github/workflows/windows_exe.yml index 97579be..6b7ef1b 100644 --- a/.github/workflows/windows_exe.yml +++ b/.github/workflows/windows_exe.yml @@ -30,7 +30,7 @@ jobs: - name: Get Luafilesystem run: | - curl -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz + curl -L -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz tar -xZf luafilesystem.tar.gz - name: List Files