Skip to content

Commit

Permalink
Upload snapshot artifact in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Mar 1, 2024
1 parent d9902cd commit e097249
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ jobs:
- name: Build with Gradle
run: ./gradlew build -PideaVersion=${IDEA_VERSION} -PkotlinVersion=${KOTLIN_VERSION}
env: ${{ matrix.env }}

- name: Prepare distribution
run: cd build/distributions && unzip pebble-intellij*.zip

- name: Archive distribution artifact
uses: actions/upload-artifact@v3
with:
name: "pebble-intellij-development"
path: build/distributions/pebble-intellij
if: matrix.env.IDEA_VERSION == 'IU-2022.2'
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<ul>
<li>Automatically show the completion popup after typing `{%`</li>
<li>Add support for built-in functions like `i18n` (<a href="https://github.com/bjansen/pebble-intellij/issues/163">#163</a>)</li>
<li>Fixed incorrect closing of double quotes (<a href="https://github.com/bjansen/pebble-intellij/issues/176">#176</a>)</li>
</ul>
Full changelog at https://github.com/bjansen/pebble-intellij/milestone/10?closed=1
Expand Down

0 comments on commit e097249

Please sign in to comment.