Skip to content

Commit ffdd1b1

Browse files
committed
fix: .well-known directory not included in web build
1 parent dfec8a7 commit ffdd1b1

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
6161
- uses: actions/upload-artifact@master
6262
with:
63+
include-hidden-files: true
6364
name: dist
6465
path: dist/
6566

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
4242
- uses: actions/upload-artifact@master
4343
with:
44+
include-hidden-files: true
4445
name: dist
4546
path: dist/
4647

public/.well-known/assetlinks.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
2-
{
3-
"relation": ["delegate_permission/common.handle_all_urls"],
4-
"target": {
5-
"namespace": "android_app",
6-
"package_name": "com.sterul.opencookbook",
7-
"sha256_cert_fingerprints":
8-
["95:F4:6B:C9:0D:07:AE:27:2F:B6:8A:9D:55:4A:1A:53:23:FE:60:EB:8A:0C:9E:89:9F:44:26:E5:BE:D5:09:41"]
9-
}
2+
{
3+
"relation": ["delegate_permission/common.handle_all_urls"],
4+
"target": {
5+
"namespace": "android_app",
6+
"package_name": "com.sterul.opencookbook",
7+
"sha256_cert_fingerprints":
8+
["95:F4:6B:C9:0D:07:AE:27:2F:B6:8A:9D:55:4A:1A:53:23:FE:60:EB:8A:0C:9E:89:9F:44:26:E5:BE:D5:09:41"]
109
}
11-
]
10+
}
11+
]

0 commit comments

Comments
 (0)