diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3327251e197..8f4c8b07f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: shell: bash - uses: ./.github/actions/gradle-setup - name: Generate assets - run: ./gradlew runData + run: ./gradlew runDatagen - name: Check that datagen ran run: test -d ./src/generated/resources/.cache - name: Make sure that generated files in the repo are up-to-date