File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,23 @@ jobs:
3838 - name : Upload x64 MSI
3939 uses : actions/upload-artifact@v3
4040 with :
41- name : SqlNotebook-x64 .msi
42- path : SqlNotebook-x64 .msi
41+ name : SqlNotebook-64bit .msi
42+ path : SqlNotebook-64bit .msi
4343
4444 - name : Upload x64 ZIP
4545 uses : actions/upload-artifact@v3
4646 with :
47- name : SqlNotebook-x64 .zip
48- path : SqlNotebook-x64 .zip
47+ name : SqlNotebook-64bit .zip
48+ path : SqlNotebook-64bit .zip
4949
5050 - name : Upload x86 MSI
5151 uses : actions/upload-artifact@v3
5252 with :
53- name : SqlNotebook-x86 .msi
54- path : SqlNotebook-x86 .msi
53+ name : SqlNotebook-32bit .msi
54+ path : SqlNotebook-32bit .msi
5555
5656 - name : Upload x86 ZIP
5757 uses : actions/upload-artifact@v3
5858 with :
59- name : SqlNotebook-x86 .zip
60- path : SqlNotebook-x86 .zip
59+ name : SqlNotebook-32bit .zip
60+ path : SqlNotebook-32bit .zip
You can’t perform that action at this time.
0 commit comments