Skip to content

Commit

Permalink
Revert "Have the action upload expected genResources result"
Browse files Browse the repository at this point in the history
This reverts commit d368700.
  • Loading branch information
apple502j committed Mar 5, 2025
1 parent d6288b0 commit 3697c6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,4 @@ 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

0 comments on commit 3697c6d

Please sign in to comment.