File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 20
20
java-version : ' 17'
21
21
distribution : ' jetbrains'
22
22
23
- - name : Linux packages
23
+ - name : Package
24
24
run : |
25
25
./gradlew application:packageReleaseTarGz
26
26
./gradlew application:packageReleaseDeb
38
38
with :
39
39
name : NeoRegex-linux-packages
40
40
path : binaries/*
41
+
42
+ build-windows :
43
+ runs-on : windows-latest
44
+ steps :
45
+ - name : Checkout
46
+ uses : actions/checkout@v4
47
+
48
+ - name : Setup JDK
49
+ # TODO: replace this once https://github.com/actions/setup-java/pull/637 gets merged.
50
+ uses : gmitch215/setup-java@6d2c5e1f82f180ae79f799f0ed6e3e5efb4e664d
51
+ with :
52
+ java-version : ' 17'
53
+ distribution : ' jetbrains'
54
+
55
+ - name : Package exe
56
+ run : ./gradlew application:packageReleaseExe
57
+
58
+ - name : Upload
59
+ uses : actions/upload-artifact@v4
60
+ with :
61
+ name : NeoRegex-windows-packages
62
+ path : application/build/compose/binaries/main-release/exe/*.exe
63
+ path : application/build/distribution/*.exe
You can’t perform that action at this time.
0 commit comments