1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-06 18:31:02 +03:00

Merge branch 'develop' into enhancement/1805/more-pywin32-handoffs

This commit is contained in:
David Sangrey 2025-04-27 14:15:42 -04:00 committed by GitHub
commit 0f9831a13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,9 +113,9 @@ jobs:
- name: Download winsparkle
run: |
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.8.3/WinSparkle-0.8.3.zip -OutFile out.zip
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.9.0/WinSparkle-0.9.0.zip -OutFile out.zip
Expand-Archive out.zip
Move-Item 'out\WinSparkle-0.8.3\Release\*' '.\'
Move-Item 'out\WinSparkle-0.9.0\Release\*' '.\'
- name: Build EDMC
run: |