Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CI process for Windows code-signing #1092

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lyc8503
Copy link

@lyc8503 lyc8503 commented Aug 4, 2024

🚀 This description was created by Ellipsis for commit 74a3e4d

Summary:

Added Windows code-signing step to CI using dlemstra/code-sign-action@v1 in .github/workflows/build.yml.

Key points:

  • Added Windows code-signing step in .github/workflows/build.yml
  • Uses dlemstra/code-sign-action@v1 for code-signing
  • Executes only on Windows runners (if: runner.os == 'Windows')
  • Uses secrets CERTIFICATE and CERTIFICATE_PASSWORD
  • Signs files in dist folder recursively
  • Description set to Activity Watch

Generated with ❤️ by ellipsis.dev

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 74a3e4d in 19 seconds

More details
  • Looked at 22 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. .github/workflows/build.yml:224
  • Draft comment:
    The condition to check if the runner OS is Windows should use runner.os == 'Windows' to ensure the code signing step is executed only on Windows runners.
      if: runner.os == 'Windows'
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_a7o6MJNqljfMjh9m


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@lyc8503
Copy link
Author

lyc8503 commented Aug 4, 2024

This should close #181 #632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant