Skip to content

Commit

Permalink
add CI process for Windows code-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lyc8503 authored Aug 4, 2024
1 parent 0951338 commit 74a3e4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ jobs:
# The entire process is deferred to a shell file for consistency.
./scripts/package/package-deb.sh
- name: Code signing
if: runner.os == 'Windows'
uses: dlemstra/code-sign-action@v1
with:
certificate: "${{ secrets.CERTIFICATE }}"
password: "${{ secrets.CERTIFICATE_PASSWORD }}"
folder: "dist"
recursive: true
description: "Activity Watch"

- name: Upload packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 74a3e4d

Please sign in to comment.