diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index c734eadcfc..c3616798ee 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -80,7 +80,7 @@ jobs: - name: Apply Manual Diffs if: ${{ github.event.inputs.skip_patches != 'true' }} run: | - ls scripts/patches/*.diff | xargs -I {} patch -i {} + ls scripts/patches/*.diff | xargs -I {} patch -p0 -i {} git add *.java git commit -s -m 'Applied patches under scripts/patches/*.diff' - name: Generate Fluent