Skip to content

Commit 0818fca

Browse files
committed
💚 修复 signPath 命令无参
1 parent 14d1dfe commit 0818fca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build_signPath.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ jobs:
5353
- name: SignPath 签名
5454
if: env.TOKEN != ''
5555
shell: pwsh
56-
run: |
57-
Submit-SigningRequest `
58-
-InputArtifactPath "build/windows/x64/runner/Release/BangumiToday.msix" `
59-
-ApiToken $env:TOKEN `
60-
-OrganizationId "df493769-e8b5-461d-84a8-e9cc2071d9b2" `
56+
run: >
57+
Submit-SigningRequest
58+
-InputArtifactPath "build/windows/x64/runner/Release/BangumiToday.msix" -ApiToken $env:TOKEN
59+
-OrganizationId "df493769-e8b5-461d-84a8-e9cc2071d9b2"
6160
-ProjectSlug "BangumiToday" `
6261
-SigningPolicySlug "Dev" `
6362
-OutputArtifactPath "BangumiToday.msix"

0 commit comments

Comments
 (0)