Skip to content

Commit

Permalink
Update cmake_ctest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Apr 25, 2024
1 parent c07720a commit 78b70ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@ jobs:
# The Certificate Profile name.
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}

# Just signing one file, the installer
files-catalog: "${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.exe"
# This signs all exes inside the folder
files-folder: ${{ env.ARTIFACTS_PATH }}
files-folder-filter: exe
file-digest: SHA256

- name: Upload Exe (Windows)
Expand Down

0 comments on commit 78b70ec

Please sign in to comment.