Conversation
packaging was recorded in git as a submodule reference (mode 160000) pointing to a commit with no corresponding .gitmodules entry and no matching repository, so GitHub rendered it as an unresolvable submodule link instead of a normal folder. Converting it to a plain tracked directory so its contents (the vcpkg port files) show up and version normally on GitHub.
Now that packaging/bbalouki-itch/vcpkg.json is a normal tracked file (no longer hidden inside the broken submodule gitlink), the action's default '**/vcpkg.json' glob matches it too. That file is a vcpkg *port* manifest with no builtin-baseline field, and the action stops at the first match, so every job failed with "A Git commit id for vcpkg's baseline was not found nor in vcpkg.json nor in vcpkg-configuration.json". Pinning vcpkgJsonGlob to the root file disambiguates it.
juniorep
approved these changes
Jul 27, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packaging was recorded in git as a submodule reference (mode 160000) pointing to a commit with no corresponding .gitmodules entry and no matching repository, so GitHub rendered it as an unresolvable submodule link instead of a normal folder. Converting it to a plain tracked directory so its contents (the vcpkg port files) show up and are versioned normally on GitHub.
Type of change
Checklist
snake_case,PascalCasetypes,m_members, trailing return types, etc.).clang-formatandclang-tidypass locally.tests/andctestpasses.///comments.[Unreleased].itch-tool, or the Python API are called out explicitly above.