Skip to content

Commit

Permalink
ci(fix): fix env case (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari authored Sep 9, 2024
1 parent 13e73c5 commit a2b0de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Sign Windows files with Trusted Certificate
if: ${{ ( startsWith(runner.os,'Windows') ) && ( env.AZURE_TENANT_ID != '' ) }}
env:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit a2b0de2

Please sign in to comment.