Skip to content

Commit

Permalink
updating conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
pookie authored and pookie committed Jun 4, 2024
1 parent bce54e6 commit 82679db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Sign Artifact with CodeSignTool
uses: sslcom/esigner-codesign@develop
if: ${{ env.signWinRelease == "true" && RUNNER_OS == "Windows"}}
if: ${{ env.signWinRelease == 'true' && matrix.config.os == 'windows-2019' }}
with:
command: sign
username: ${{secrets.ES_USERNAME}}
Expand Down

0 comments on commit 82679db

Please sign in to comment.