Skip to content

Commit ce03aff

Browse files
committed
💚 修复路径错误
1 parent faa02a1 commit ce03aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_signPath.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: pwsh
5656
run: |
5757
Submit-SigningRequest `
58-
-InputArtifactPath "BangumiToday.msix" `
58+
-InputArtifactPath "build/windows/x64/runner/Release/BangumiToday.msix" `
5959
-ApiToken "${env:TOKEN}" `
6060
-OrganizationId "df493769-e8b5-461d-84a8-e9cc2071d9b2" `
6161
-ProjectSlug "BangumiToday" `

0 commit comments

Comments
 (0)