diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-01-16 12:07:05 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-01-16 12:07:05 -0600 |
| commit | 43b63fc8846a40df6e9da9d6bcdfedeaa4a29b2d (patch) | |
| tree | 941beea9988464f4f12f4af4ae6ad2e18f4b4ce4 | |
| parent | f0a0773a1c0ae620bfe40bca28c49359b3ee11bd (diff) | |
Added gamecontrollerdb.txt on CI builds
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a080946..024f7cc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,6 +66,7 @@ jobs: mv build/x64/Release/starship.o2r starship-release/ mv config.yml starship-release/ mv assets starship-release/ + Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt" -OutFile "starship-release/gamecontrollerdb.txt" - name: Upload build uses: actions/upload-artifact@v4 with: @@ -97,6 +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 - name: Publish packaged artifacts uses: actions/upload-artifact@v4 with: @@ -142,7 +144,7 @@ jobs: cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release cmake --build build-cmake --config Release -j3 (cd build-cmake && cpack -G External) - + wget -O gamecontrollerdb.txt https://github.com/mdqinc/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt mv README.md readme.txt mv build-cmake/*.appimage starship.appimage - name: Upload build @@ -153,3 +155,4 @@ jobs: starship.appimage config.yml assets + gamecontrollerdb.txt |
