From 22d58bcb7da101dfacc52f9be59e2541cd1b7971 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:16:10 +0100 Subject: [PATCH] Fix the calver workflow. (#4274) Commit the *contents* of the xcodeproj as it's a bundle. --- .github/workflows/automatic-calendar-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-calendar-version.yml b/.github/workflows/automatic-calendar-version.yml index cc8c4b115..9167103cb 100644 --- a/.github/workflows/automatic-calendar-version.yml +++ b/.github/workflows/automatic-calendar-version.yml @@ -39,4 +39,4 @@ jobs: base: develop add-paths: | *.yml - *.xcodeproj + *.xcodeproj/**