Skip to content

Commit

Permalink
build song title always
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jan 13, 2024
1 parent 95ffde9 commit bf977d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf977d2

Please sign in to comment.