We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 701b7a2 + 2e14a46 commit ee4293bCopy full SHA for ee4293b
.github/workflows/build.yml
@@ -41,10 +41,10 @@ jobs:
41
installer_setup: |
42
Invoke-WebRequest -Uri "https://nsis.sourceforge.io/mediawiki/images/e/e0/NSIS_Simple_Firewall_Plugin_Unicode_1.21.zip" -OutFile "NSIS_Simple_Firewall_Plugin_Unicode.zip"
43
7z e NSIS_Simple_Firewall_Plugin_Unicode.zip -o"C:\Program Files (x86)\NSIS\Plugins\x86-unicode"
44
- arch: win32_msvc2019
+ arch: win64_msvc2019
45
make_cmd: nmake
46
artifact: |
47
- install/win/sACNView*.exe
+ install/win64/sACNView*.exe
48
release/*.pdb
49
50
- os: macos-latest
0 commit comments