Skip to content

Commit

Permalink
Fix issue calling Invoke-AzureCodeSigning instead of Invoke-TrustedSi…
Browse files Browse the repository at this point in the history
…gning (#3)
  • Loading branch information
japarson authored Apr 4, 2024
1 parent 4428ccf commit c968332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,5 @@ runs:
$params["BatchSize"] = [System.Convert]::ToInt32($batchSize)
}
Invoke-AzureCodeSigning @params
Invoke-TrustedSigning @params
shell: pwsh

0 comments on commit c968332

Please sign in to comment.