Skip to content

Commit

Permalink
Fixed signing on main
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Jan 26, 2025
1 parent 2f6897c commit f6a63e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
architecture: x64
version: ${{ needs.get-version.outputs.version }}
secrets:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
build-x86:
needs: get-version
uses: ./.github/workflows/build-windows.yml
Expand All @@ -28,8 +32,4 @@ jobs:
needs: [get-version, build-x64, build-x86]
uses: ./.github/workflows/release.yml
with:
version: ${{ needs.get-version.outputs.version }}
secrets:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
version: ${{ needs.get-version.outputs.version }}

0 comments on commit f6a63e0

Please sign in to comment.