Skip to content

Commit

Permalink
Update build.yml to include all json files from Brilliance
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply authored Dec 26, 2024
1 parent c542863 commit bef426a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew

- name: download scoreboards.json from brilliance
- name: download config files from brilliance
uses: robinraju/[email protected]
with:
repository: 'trackedout/Brilliance'
latest: true
fileName: 'scoreboards.json'
fileName: '*.json'
out-file-path: 'Brilliance'

- name: copy scoreboards.json
Expand Down

0 comments on commit bef426a

Please sign in to comment.