Skip to content

Commit 4cb5745

Browse files
committed
include signed exe in release artifacts
1 parent b2f6c5c commit 4cb5745

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/IntelliJ_IDEA.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ jobs:
6868
prerelease: false
6969
draft: true
7070
files: |
71-
**/*.tar.gz
72-
**/*.AppImage
73-
**/*.zsync
74-
**/*.exe
75-
**/*.dmg
76-
**/*.spdx.json
77-
71+
linux-*/*.tar.gz
72+
linux-*/*.AppImage
73+
linux-*/*.zsync
74+
linux-*/*.spdx.json
75+
windows-signed/rebased.exe
76+
windows-signed/*.spdx.json
77+
mac-*/*.dmg
78+
mac-*/*.spdx.json

0 commit comments

Comments
 (0)