Skip to content

Commit e280fa1

Browse files
author
Illyrius
committed
simplify release artifact file pattern in workflow and remove kotlin-specific editorconfig rules
1 parent b200c64 commit e280fa1

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.editorconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ trim_trailing_whitespace = true
88
indent_style = space
99
indent_size = 4
1010

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-
1611
[*.{yml,yaml}]
1712
indent_size = 2
1813

.github/workflows/build_app.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,4 @@ jobs:
126126
generate_release_notes: true
127127
prerelease: ${{ contains(github.event.head_commit.message, '.pre') }}
128128
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
129+
files: `${{ env.APP_NAME }}-*/${{ env.APP_NAME }}`

0 commit comments

Comments
 (0)