From bf977d2781f7cfadf4439cc8755b9b6b78e96c98 Mon Sep 17 00:00:00 2001 From: LysiX Date: Fri, 12 Jan 2024 22:18:01 -0800 Subject: [PATCH] build song title always --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1064da9..803d280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,4 +16,19 @@ jobs: uses: actions/upload-artifact@v3 with: name: RB4DX-PS4 + path: _build + + build_ps4_songtitle: + runs-on: windows-2019 + + steps: + - uses: actions/checkout@v3 + - name: Build Files + run: | + ./_enable_song_title_always.bat + ./_build.bat + - name: Upload result + uses: actions/upload-artifact@v3 + with: + name: RB4DX-PS4-song-title-always-on path: _build \ No newline at end of file