We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00aac4 commit 88b6462Copy full SHA for 88b6462
.github/workflows/ci.yml
@@ -112,6 +112,7 @@ jobs:
112
build/**/*.deb
113
build/**/*.msi
114
build/compose/jars/*.jar
115
+ build/compose/binaries/main/dmg/*.dmg
116
117
- name: Release
118
uses: softprops/action-gh-release@v2
@@ -120,5 +121,6 @@ jobs:
120
121
122
123
124
125
env:
126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gradle.properties
@@ -1,2 +1,2 @@
1
kotlin.code.style=official
2
-org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
0 commit comments