mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
add update score to verifyBuild (#290)
This commit is contained in:
@@ -51,6 +51,16 @@ jobs:
|
||||
- name: Verify Build
|
||||
run: if [[ $(sha1sum -c --quiet sha1/dkr.us_1.0.sha1) = "" ]]; then echo "Signature OK"; else echo "Failed"; exit 1; fi
|
||||
|
||||
- name: Update Score
|
||||
run: ./update-score.sh
|
||||
|
||||
- name: Commit Score Update
|
||||
uses: test-room-7/action-update-file@v1
|
||||
with:
|
||||
file-path: README.md
|
||||
commit-msg: Update score
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Clean Build
|
||||
run: make clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user