Skip to content

Commit

Permalink
删除MY
Browse files Browse the repository at this point in the history
  • Loading branch information
Suisuroru committed Sep 15, 2024
1 parent 49e1667 commit 41c9fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
exit /b 1
)
"%SIGN_TOOL_PATH%" sign /f "%PFX_PATH%" /n "MY" /v /d "Suya Downloader" /tr http://timestamp.digicert.com /td SHA256 "%GITHUB_WORKSPACE%\dist\Suya_Downloader.exe"
"%SIGN_TOOL_PATH%" sign /f "%PFX_PATH%" /v /d "Suya Downloader" /tr http://timestamp.digicert.com /td SHA256 "%GITHUB_WORKSPACE%\dist\Suya_Downloader.exe"
shell: cmd

- name: Sign Updater executable
Expand All @@ -242,7 +242,7 @@ jobs:
exit /b 1
)
"%SIGN_TOOL_PATH%" sign /f "%PFX_PATH%" /n "MY" /v /d "Updater" /tr http://timestamp.digicert.com /td SHA256 "%GITHUB_WORKSPACE%\dist\Updater.exe"
"%SIGN_TOOL_PATH%" sign /f "%PFX_PATH%" /v /d "Updater" /tr http://timestamp.digicert.com /td SHA256 "%GITHUB_WORKSPACE%\dist\Updater.exe"
shell: cmd

- name: Zip the dist directory
Expand Down

0 comments on commit 41c9fd9

Please sign in to comment.