Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
with:
path: ./dist
# Without this the action tars ./dist with --exclude=.[^/]*, which drops
# public/.well-known/ - the domain verification files served from there
# (Flathub, security.txt) would 404 in production.
include-hidden-files: true

deploy:
environment:
Expand Down
2 changes: 2 additions & 0 deletions public/.well-known/org.flathub.VerifiedApps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Flathub website verification: https://docs.flathub.org/docs/for-app-authors/verification
# App tokens are appended below once Flathub issues them, one per line.
Loading