We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ddd1d commit b129fbeCopy full SHA for b129fbe
.github/workflows/windows-installer.yml
@@ -123,9 +123,9 @@ jobs:
123
TARGET_PLATFORM: ${{ matrix.targetplatform }}
124
if: "${{ env.AFIP_TEST_PRIV_KEY != '' }}"
125
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
+ "$env:AFIP_TEST_PRIV_KEY" | Out-File -FilePath reingart-gh.key
+ $( if ( "$env:TARGET_PLATFORM" -eq "x64" ) { "$env:AFIP_TEST_CERT2" } else { "$env:AFIP_TEST_CERT3" } ) | Out-File -FilePath reingart-gh.crt
+ Get-Content -Path reingart-gh.crt
129
Write-Host "TARGET_PLATFORM: $env:TARGET_PLATFORM"
130
- name: Copy rece.ini file
131
0 commit comments