Skip to content

Conversation

@c2bo
Copy link
Member

@c2bo c2bo commented Oct 20, 2025

  • Updates gh workflows to most recent version
  • Fixes bug with relative ::include paths breaking the release pipeline

@aaronpk
Copy link
Member

aaronpk commented Oct 20, 2025

How in the world did you figure this out! Also why are my older ones working fine still?

@c2bo
Copy link
Member Author

c2bo commented Oct 21, 2025

How in the world did you figure this out! Also why are my older ones working fine still?

it only breaks if you are including with ./<some_path> - it breaks with a leading . and I would assume you don't have that in your includes?

This shellscript here seems to be the one that breaks: https://github.com/martinthomson/i-d-template/blob/00a2d981cb9fde43aae6caca4d69737bdf4dc23f/build-targets.sh#L105. Changing to normal include paths fixed the copy for me - I could see empty files being created otherwise in the folder that gets created by the script.

@aaronpk
Copy link
Member

aaronpk commented Oct 21, 2025

Nice, yeah I think I only have like 1 or 2 drafts that even use an include in the first place. Glad you got it sorted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants