Skip to content

Commit eda47b0

Browse files
committed
💚 修复 msix:create 参数名错误
1 parent 0deda72 commit eda47b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_signPath.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: flutter build windows
4343

4444
- name: 构建 MSIX
45-
run: dart run msix:create --sign_msix false
45+
run: dart run msix:create --sign-msix false
4646

4747
- name: 安装 SignPath CLI
4848
if: env.TOKEN != ''
@@ -64,7 +64,7 @@ jobs:
6464
-WaitForCompletion
6565
6666
- name: 上传 MSIX
67-
if: env.CERTIFICATE != ''
67+
if: env.TOKEN != ''
6868
uses: actions/upload-artifact@v3
6969
with:
7070
name: BangumiToday(SignPath)

.github/workflows/build_store.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
run: flutter build windows
4242

4343
- name: 构建 MSIX
44-
if: env.CERTIFICATE != ''
4544
run: dart run msix:create --publisher CN=5FE33156-C3CE-4E71-A036-81BAA99521CB --store true
4645

4746
- name: 上传 MSIX
48-
if: env.CERTIFICATE != ''
4947
uses: actions/upload-artifact@v4
5048
with:
5149
name: BangumiToday.msix(Store)

0 commit comments

Comments
 (0)