Skip to content

Commit 12c2ba4

Browse files
committed
chore: 更新脚本
1 parent 13a8a9a commit 12c2ba4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gh-build-and-sign.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: dotnet tool install --tool-path . --prerelease sign
5656

5757
# Login to Azure using a ServicePrincipal configured to authenticate agaist a GitHub Action
58-
- name: 'Az CLI login'
58+
- name: 'Login Azure CLI login'
5959
uses: azure/login@v2
6060
with:
6161
allow-no-subscriptions: true
@@ -70,9 +70,10 @@ jobs:
7070
./sign code azure-key-vault
7171
**/*.nupkg
7272
--base-directory "${{ github.workspace }}/BuildArtifacts"
73-
--publisher-name "BootstrapBlazor"
73+
--publisher-name "SC-BootstrapBlazor"
7474
--description "BootstrapBlazor"
7575
--description-url "https://github.com/dotnetcore/bootstrapblazor"
76+
--azure-key-vault-managed-identity true
7677
--azure-key-vault-url "${{ secrets.KEY_VAULT_URL }}"
7778
--azure-key-vault-certificate "${{ secrets.KEY_VAULT_CERTIFICATE_ID }}"
7879

0 commit comments

Comments
 (0)