Skip to content

Commit

Permalink
💚 修复 msix:create 参数名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Apr 14, 2024
1 parent 0deda72 commit eda47b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_signPath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: flutter build windows

- name: 构建 MSIX
run: dart run msix:create --sign_msix false
run: dart run msix:create --sign-msix false

- name: 安装 SignPath CLI
if: env.TOKEN != ''
Expand All @@ -64,7 +64,7 @@ jobs:
-WaitForCompletion
- name: 上传 MSIX
if: env.CERTIFICATE != ''
if: env.TOKEN != ''
uses: actions/upload-artifact@v3
with:
name: BangumiToday(SignPath)
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
run: flutter build windows

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

- name: 上传 MSIX
if: env.CERTIFICATE != ''
uses: actions/upload-artifact@v4
with:
name: BangumiToday.msix(Store)
Expand Down

0 comments on commit eda47b0

Please sign in to comment.