Skip to content

Commit

Permalink
ci(intellij): Add built plugin to build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Jun 15, 2024
1 parent a493326 commit 4d001b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/contextive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ jobs:
# path: src/

- name: Build
id: build
run: ./gradlew build
working-directory: src/intellij/contextive

- name: IntelliJ Plugin Artifact
uses: actions/upload-artifact@v4
with:
name: Contextive-IntelliJ-Plugin
path: "src/intellij/contextive/build/distributions/contextive-*.zip"

- uses: ./.github/actions/upload-reports
if: always()
with:
Expand Down

0 comments on commit 4d001b6

Please sign in to comment.