File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 66 steps :
77 - uses : actions/checkout@v4
88 - uses : microsoft/setup-msbuild@v2
9- - name : Compile x86
10- run : msbuild /p:Platform=x86 /p:Configuration=Release
119 - name : Compile x64
1210 run : msbuild /p:Configuration=Release /p:Platform=x64
13- - name : Make Installer (x86)
14- run : iscc.exe ProxyDialogAutoFillerX86.iss
15- - name : Make Installer (x64)
16- run : iscc.exe ProxyDialogAutoFillerX64.iss
11+ - name : Make Installer
12+ run : iscc.exe ProxyDialogAutoFiller.iss
1713 - name : Upload Binaries
1814 uses : actions/upload-artifact@v4
1915 with :
2016 name : Binaries
2117 path : |
2218 bin/Release/*.exe
23- bin/x64/Release/*.exe
2419 - name : Upload Installer
2520 uses : actions/upload-artifact@v4
2621 with :
2722 name : Installers
28- path : SetupOutput/*.exe
29- assets :
30- runs-on : [ ubuntu-latest ]
31- steps :
32- - uses : actions/checkout@v4
33- - name : Build Testing Extensions
34- run : |
35- cp webextensions/edge/manifest.json.dev webextensions/edge/manifest.json
36- make -C webextensions/edge
37- - name : Upload Extensions
38- uses : actions/upload-artifact@v4
39- with :
40- name : WebExtensions
41- path : webextensions/*/*.zip
42- - name : Upload GPO Templates
43- uses : actions/upload-artifact@v4
44- with :
45- name : Templates
46- path : Resources/GPO/**/*.adm*
23+ path : SetupOutput/*.exe
You can’t perform that action at this time.
0 commit comments