Skip to content

Commit

Permalink
windows-build: Revert WinSparkle DLL to 32-bit, not 64-bit
Browse files Browse the repository at this point in the history
Some testing of 64-bit builds must have accidentally left this in place.
  • Loading branch information
Athanasius committed Jan 20, 2023
1 parent fd0c9c5 commit ee5931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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\x64\Release\*' '.\'
Move-Item 'out\WinSparkle-0.7.0\Release\*' '.\'
- name: Build EDMC
run: |
Expand Down

0 comments on commit ee5931d

Please sign in to comment.