Skip to content

Commit

Permalink
Update build-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kizeevov authored Oct 6, 2023
1 parent 7b0cc31 commit 3281ad8
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
verify:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -16,19 +16,14 @@ jobs:
distribution: corretto
java-version: 17

- name: Build the plugin using Gradle
run: ./gradlew buildPlugin

- name: Verify Plugin on IntelliJ Platforms
id: verify
uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
- name: Build rust plugin
uses: gradle/gradle-build-action@v2
with:
ide-versions: |
ideaIU:2023.2
clion:2023.2
arguments: ":plugin:buildPlugin"

- name: Get log file path and print contents
run: |
echo "The verifier log file [${{steps.verify.outputs.verification-output-log-filename}}] contents : " ;
cat ${{steps.verify.outputs.verification-output-log-filename}}
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: slint-idea-plugin
path: plugin/build/distributions/*.zip

0 comments on commit 3281ad8

Please sign in to comment.