Skip to content

Commit e733d21

Browse files
committed
CI: place file for flathub verification
1 parent bb8b96f commit e733d21

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Build website
2323
run: |
2424
python run.py freeze
25+
- name: Verify domain for flathub
26+
run: |
27+
mkdir -p public/.well-known
28+
touch public/.well-known/org.flathub.VerifiedApps.txt
2529
- uses: actions/upload-pages-artifact@v4
2630
with:
2731
path: "public/"

0 commit comments

Comments
 (0)