summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Woods <email@pete-woods.com>2025-08-11 12:50:16 +0100
committerLywx <kiritodev01@gmail.com>2025-08-11 17:56:36 -0600
commitc02842d31c65ed5a40b886140bb0ce019c1a64d5 (patch)
tree63d7e248289c0d593f81bb750b75d5f411c0b68c
parent3d63f60f0e5762f88b8d04073e69c6cfa8a0bbb5 (diff)
Fix Mac build game controller download
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3a11da7..2e6fc63f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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:
@@ -226,4 +226,4 @@ jobs:
Starship.nro
config.yml
assets
- gamecontrollerdb.txt \ No newline at end of file
+ gamecontrollerdb.txt