Skip to content

Commit

Permalink
chore(ci): code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 27, 2025
1 parent f358f02 commit 2832835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
cmake -G "Visual Studio 17 2022" -A x64 -S. -Bcmake-build
cmake --build cmake-build --config Release
# Code Signing with DigiCert ONE:
# https://docs.digicert.com/en/software-trust-manager/ci-cd-integrations/plugins/github/install-client-tools-for-standard-keypair-signing-on-github.html
-
name: Install certificate
run: |
Expand Down

0 comments on commit 2832835

Please sign in to comment.