From f3d8b918b6d6523af593321dde6eb32fcd50204a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Rzepecki?= Date: Mon, 24 Mar 2025 22:50:30 -0400 Subject: [PATCH] chore: remove unused artifact download step and add annotation jar to release assets --- .github/workflows/build-and-test.yml | 3 --- .releaserc.yml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f4f1d82c..a56e1863 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -124,9 +124,6 @@ jobs: distribution: 'temurin' - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - - uses: actions/download-artifact@v4 - with: - name: Jars - name: Install semantic-release run: | npm i -g \ diff --git a/.releaserc.yml b/.releaserc.yml index 3c123dfc..1daafd21 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -22,3 +22,4 @@ plugins: - - '@semantic-release/github' - assets: - agent/build/libs/appmap-*.jar* + - annotation/build/libs/annotation-*.jar*