Skip to content

Commit

Permalink
ci: remove unnecessary conditional check for Windows runner
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
rzmk committed Sep 30, 2024
1 parent e7572f3 commit d4916fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-wix-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
cp target\wix\*.msi qsv-${{ needs.analyze-tags.outputs.previous-tag }}.msi
- name: Sign qsv MSI installer file with Azure Trusted Signing
if: matrix.settings.platform == 'windows-latest'
uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit d4916fa

Please sign in to comment.