Skip to content

Commit c4394b7

Browse files
committed
Remove uploading msi artifact
1 parent a08bd5e commit c4394b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
run: ./gradlew :build
6161
- name: Build Windows installers
6262
run: ./gradlew :jpackage
63-
- name: Upload Windows msi
64-
uses: actions/upload-artifact@v3
65-
with:
66-
name: listFix-windows-msi
67-
path: build/jpackage/listfix-*.msi
6863
- name: Upload Windows exe
6964
uses: actions/upload-artifact@v3
7065
with:

0 commit comments

Comments
 (0)