Skip to content

Commit

Permalink
Merge pull request #875 from mickem/fixed_signing_on_main
Browse files Browse the repository at this point in the history
Fixed signing on main
  • Loading branch information
mickem authored Jan 26, 2025
2 parents 2f6897c + f6a63e0 commit ed676b3
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 ed676b3

Please sign in to comment.