We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16261a4 commit 32ddd1dCopy full SHA for 32ddd1d
.github/workflows/windows-installer.yml
@@ -112,7 +112,7 @@ jobs:
112
name: dist-${{ matrix.targetplatform }}
113
- name: Download certificate and private key
114
run: |
115
- Invoke-WebRequest -Uri "https://www.sistemasagiles.com.ar/soft/pyafipws/reingart.zip" -OutFile reingart.zip
+ Invoke-WebRequest -Uri "https://www.sistemasagiles.com.ar/soft/pyafipws/reingart2023.zip" -OutFile reingart.zip
116
Expand-Archive reingart.zip -DestinationPath .
117
- name: Replace certificate and private key from secrets
118
shell: pwsh
0 commit comments