fix: further issue with resetting values to default #248
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build | |
| on: | |
| - push | |
| - pull_request | |
| jobs: | |
| build: | |
| uses: JamCoreModding/.github/.github/workflows/mod.yml@main | |
| with: | |
| java-version: 17 | |
| build-tasks: 'clean forge:build fabric:build' |