diff --git a/.github/workflows/sync_and_apply_patches.yml b/.github/workflows/sync_and_apply_patches.yml index 9133f4e245e..fe7629bbf85 100644 --- a/.github/workflows/sync_and_apply_patches.yml +++ b/.github/workflows/sync_and_apply_patches.yml @@ -35,7 +35,7 @@ jobs: - name: Apply patches run: | - for patch in Geyser/patches/*.patch; do + for patch in patches/*.patch; do git apply "$patch" done