Skip to content

Commit 473bcf2

Browse files
committed
CI: fix artifact upload
1 parent d862606 commit 473bcf2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sqlnotebook.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)