Skip to content

Commit

Permalink
Update github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MO2k4 authored May 8, 2024
1 parent 22cd2f4 commit 666ae42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout

- name: Install .NET 6 SDK
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet
with:
dotnet-version: '6.x'

- name: Build Plugin
run: ./gradlew buildPlugin

- name: Publish Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact
with:
name: Artifacts
path: output
retention-days: 7

- name: Publish plugins to jetbrains
run: ./gradlew publishPlugin
Expand Down

0 comments on commit 666ae42

Please sign in to comment.