1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

github: windows-build: Use x64 versions of WinSparkle files

This commit is contained in:
Athanasius 2022-11-18 16:12:00 +00:00
parent 3a8f3d6297
commit b678985fa6
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -34,7 +34,7 @@ jobs:
run: |
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.7.0/WinSparkle-0.7.0.zip -OutFile out.zip
Expand-Archive out.zip
Move-Item 'out\WinSparkle-0.7.0\Release\*' '.\'
Move-Item 'out\WinSparkle-0.7.0\x64\Release\*' '.\'
- name: Build EDMC
run: |