зеркало из https://github.com/microsoft/TeamMate.git
Update Release.yml
This commit is contained in:
Родитель
70e7ac495c
Коммит
197058be0e
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Decode the pfx
|
||||
run: |
|
||||
$pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.Base64_Encoded_Pfx }}")
|
||||
$certificatePath = Join-Path -Path $env:Wap_Project_Directory -ChildPath GitHubActionsWorkflow.pfx
|
||||
$certificatePath = Join-Path -Path $env:"./Source/Packaging" -ChildPath GitHubActionsWorkflow.pfx
|
||||
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
|
||||
|
||||
- name: Create MSIX
|
||||
|
|
Загрузка…
Ссылка в новой задаче