Update bundle-desktop-windows.yml (#2988)
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
if: inputs.signing && inputs.signing == true
|
if: inputs.signing && inputs.signing == true
|
||||||
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # ratchet:aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # ratchet:aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ startsWith(inputs.ref, 'refs/tags/') && secrets.WINDOW_SIGNING_ROLE_TAG || secrets.WINDOW_SIGNING_ROLE }}
|
role-to-assume: ${{ github.ref == 'refs/heads/main' && secrets.WINDOWS_SIGNING_ROLE || secrets.WINDOWS_SIGNING_ROLE_TAG }}
|
||||||
aws-region: us-west-2
|
aws-region: us-west-2
|
||||||
|
|
||||||
# 2) Set up Node.js
|
# 2) Set up Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user