From 666ae424888eba87dd431e4c086c87b36a0e115d Mon Sep 17 00:00:00 2001 From: Martin Oehlert Date: Wed, 8 May 2024 16:14:21 +0200 Subject: [PATCH] Update github actions pipeline --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f71ea9..f56237a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ 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' @@ -25,10 +25,11 @@ jobs: 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