Skip to content

Commit 6900909

Browse files
committed
workflows/build-release.yaml: fix build parameter
1 parent a26826e commit 6900909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- uses: microsoft/setup-msbuild@v2
9-
- name: Compile x64
10-
run: msbuild /p:Configuration=Release /p:Platform=x64
9+
- name: Compile
10+
run: msbuild /p:Configuration=Release /p:Platform="Any CPU"
1111
- name: Make Installer
1212
run: iscc.exe ProxyDialogAutoFiller.iss
1313
- name: Upload Binaries

0 commit comments

Comments
 (0)