Have the action upload expected genResources result

This commit is contained in:
apple502j 2025-03-06 03:44:20 +09:00
parent 5d996a33e4
commit d368700cb4
No known key found for this signature in database
GPG key ID: EAE88BAD88C33FB8

View file

@ -85,4 +85,9 @@ jobs:
distribution: 'microsoft'
java-version: '21'
- run: ./gradlew generateResources --stacktrace --warning-mode=fail
- run: git --no-pager diff > build/gen_result.txt
- uses: actions/upload-artifact@v4
with:
name: 'gen_result'
path: 'build/gen_result.txt'
- run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi