Commit e097249 1 parent d9902cd commit e097249 Copy full SHA for e097249
File tree 2 files changed +11
-0
lines changed
src/main/resources/META-INF
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 30
30
- name : Build with Gradle
31
31
run : ./gradlew build -PideaVersion=${IDEA_VERSION} -PkotlinVersion=${KOTLIN_VERSION}
32
32
env : ${{ matrix.env }}
33
+
34
+ - name : Prepare distribution
35
+ run : cd build/distributions && unzip pebble-intellij*.zip
36
+
37
+ - name : Archive distribution artifact
38
+ uses : actions/upload-artifact@v3
39
+ with :
40
+ name : " pebble-intellij-development"
41
+ path : build/distributions/pebble-intellij
42
+ if : matrix.env.IDEA_VERSION == 'IU-2022.2'
Original file line number Diff line number Diff line change 13
13
<ul>
14
14
<li>Automatically show the completion popup after typing `{%`</li>
15
15
<li>Add support for built-in functions like `i18n` (<a href="https://github.com/bjansen/pebble-intellij/issues/163">#163</a>)</li>
16
+ <li>Fixed incorrect closing of double quotes (<a href="https://github.com/bjansen/pebble-intellij/issues/176">#176</a>)</li>
16
17
</ul>
17
18
18
19
Full changelog at https://github.com/bjansen/pebble-intellij/milestone/10?closed=1
You can’t perform that action at this time.
0 commit comments