Skip to content

Fix: include .well-known in Pages artifact - #12

Merged
vpetersson-bot merged 1 commit into
masterfrom
fix/pages-include-hidden-files
Jul 27, 2026
Merged

Fix: include .well-known in Pages artifact#12
vpetersson-bot merged 1 commit into
masterfrom
fix/pages-include-hidden-files

Conversation

@vpetersson-bot

Copy link
Copy Markdown
Contributor

Restore the signage-app manifest in production

actions/upload-pages-artifact@v5 tars with --exclude=.[^/]*, so hidden dirs like .well-known/ are dropped from the Pages artifact unless include-hidden-files: true is set. When the github-actions Dependabot bump moved this action v3 → v5, the next deploy stopped serving /.well-known/signage-app.json (404), which also breaks the app-store catalog build that validates these manifests.

Fix: set include-hidden-files: true on the upload step.

🤖 Generated with Claude Code

https://claude.ai/code/session_01KnaHskk4LSYZKggBdBZZwc

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KnaHskk4LSYZKggBdBZZwc
@vpetersson-bot
vpetersson-bot merged commit f3d5f60 into master Jul 27, 2026
1 check passed
@vpetersson-bot
vpetersson-bot deleted the fix/pages-include-hidden-files branch July 27, 2026 16:03
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.

1 participant