Fix Mac build game controller download

This commit is contained in:
Pete Woods 2025-08-11 12:50:16 +01:00 committed by Lywx
parent 3d63f60f0e
commit c02842d31c
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ jobs:
mv build-cmake/starship.o2r starship-release/
mv config.yml starship-release/
mv assets starship-release/
wget -O starship-release/gamecontrollerdb.txt https://github.com/mdqinc/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt
curl -o starship-release/gamecontrollerdb.txt -sSL 'https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/refs/heads/master/gamecontrollerdb.txt'
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with: