use x86 and x64 for wix.

This commit is contained in:
tensor-programming
2020-02-12 16:55:10 -05:00
parent dd40b44598
commit 2fe764913a
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- platform: windows-latest
CARGO_HOME: ~/.cargo
releaseFolder: target/release
ext: .amd64.msi
ext: .x64.msi
steps:
- uses: actions/checkout@v2