Skip to content

Commit 88b6462

Browse files
committed
Update CI to include dmg files and fix JVM args
1 parent e00aac4 commit 88b6462

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
build/**/*.deb
113113
build/**/*.msi
114114
build/compose/jars/*.jar
115+
build/compose/binaries/main/dmg/*.dmg
115116
116117
- name: Release
117118
uses: softprops/action-gh-release@v2
@@ -120,5 +121,6 @@ jobs:
120121
build/**/*.deb
121122
build/**/*.msi
122123
build/compose/jars/*.jar
124+
build/compose/binaries/main/dmg/*.dmg
123125
env:
124126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2+
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)