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 b200c64 commit e280fa1Copy full SHA for e280fa1
2 files changed
.editorconfig
@@ -8,11 +8,6 @@ trim_trailing_whitespace = true
8
indent_style = space
9
indent_size = 4
10
11
-[*.{kt,kts}]
12
-max_line_length = 120
13
-ij_kotlin_allow_trailing_comma = true
14
-ij_kotlin_allow_trailing_comma_on_call_site = true
15
-
16
[*.{yml,yaml}]
17
indent_size = 2
18
.github/workflows/build_app.yml
@@ -126,7 +126,4 @@ jobs:
126
generate_release_notes: true
127
prerelease: ${{ contains(github.event.head_commit.message, '.pre') }}
128
tag_name: v${{ needs.build.outputs.VERSION }}
129
- files: |
130
- ${{ env.APP_NAME }}-ubuntu-latest/${{ env.APP_NAME }}
131
- ${{ env.APP_NAME }}-macos-latest/${{ env.APP_NAME }}
132
- ${{ env.APP_NAME }}-windows-latest/${{ env.APP_NAME }}.exe
+ files: `${{ env.APP_NAME }}-*/${{ env.APP_NAME }}`
0 commit comments