Skip to content

Commit b129fbe

Browse files
committed
Update windows-installer.yml
do not override new cert
1 parent 32ddd1d commit b129fbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-installer.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
TARGET_PLATFORM: ${{ matrix.targetplatform }}
124124
if: "${{ env.AFIP_TEST_PRIV_KEY != '' }}"
125125
run: |
126-
"$env:AFIP_TEST_PRIV_KEY" | Out-File -FilePath reingart.key
127-
$( if ( "$env:TARGET_PLATFORM" -eq "x64" ) { "$env:AFIP_TEST_CERT2" } else { "$env:AFIP_TEST_CERT3" } ) | Out-File -FilePath reingart.crt
128-
Get-Content -Path reingart.crt
126+
"$env:AFIP_TEST_PRIV_KEY" | Out-File -FilePath reingart-gh.key
127+
$( if ( "$env:TARGET_PLATFORM" -eq "x64" ) { "$env:AFIP_TEST_CERT2" } else { "$env:AFIP_TEST_CERT3" } ) | Out-File -FilePath reingart-gh.crt
128+
Get-Content -Path reingart-gh.crt
129129
Write-Host "TARGET_PLATFORM: $env:TARGET_PLATFORM"
130130
- name: Copy rece.ini file
131131
run: |

0 commit comments

Comments
 (0)