1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 10:53:26 +03:00

[Minor] Update Winsparkle Version in Autobuilds

This commit is contained in:
David Sangrey 2025-02-16 20:14:52 -05:00
parent f18f724a7f
commit cfcae63b23
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

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