Skip to content

Commit 32ddd1d

Browse files
committed
Update windows-installer.yml
fix expired cert
1 parent 16261a4 commit 32ddd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
name: dist-${{ matrix.targetplatform }}
113113
- name: Download certificate and private key
114114
run: |
115-
Invoke-WebRequest -Uri "https://www.sistemasagiles.com.ar/soft/pyafipws/reingart.zip" -OutFile reingart.zip
115+
Invoke-WebRequest -Uri "https://www.sistemasagiles.com.ar/soft/pyafipws/reingart2023.zip" -OutFile reingart.zip
116116
Expand-Archive reingart.zip -DestinationPath .
117117
- name: Replace certificate and private key from secrets
118118
shell: pwsh

0 commit comments

Comments
 (0)