Skip to content

Commit a01bd80

Browse files
committed
💚 修复 msix certificate 报错
1 parent 8f6d54e commit a01bd80

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/build_signPath.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: subosito/flutter-action@v2
2323
with:
2424
channel: stable
25-
cache: true
2625
architecture: x64
2726

2827
- name: 检查环境

.github/workflows/build_store.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: subosito/flutter-action@v2
2222
with:
2323
channel: stable
24-
cache: true
2524
architecture: x64
2625

2726
- name: 检查环境

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ lint_staged:
127127
msix_config:
128128
store: false
129129
display_name: BangumiToday
130+
install_certificate: false
130131
publisher: CN=目棃, C=CN, [email protected]
131132
publisher_display_name: BTMuli
132133
output_name: BangumiToday

0 commit comments

Comments
 (0)