Skip to content

Commit e6d10c6

Browse files
Update build-and-sign.yml
1 parent 7513963 commit e6d10c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ jobs:
7070
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
7171

7272
- name: Sign artifacts
73+
shell: pwsh
7374
run: >
74-
sign code azure-key-vault
75+
./sign code azure-key-vault
7576
**/*.nupkg
7677
--timestamp-url "http://timestamp.digicert.com"
7778
--base-directory "BuildArtifacts"

0 commit comments

Comments
 (0)