From 5c2bbd1227623b6f88b10a1ee31008dcd17657e1 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Thu, 5 Jan 2023 21:57:08 +0100 Subject: [PATCH] Fix jar path while creating a release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19e2596d4..12db40ac6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: with: draft: false files: | - webgoat/target/webgoat-${{ env.WEBGOAT_MAVEN_VERSION }}.jar + target/webgoat-${{ env.WEBGOAT_MAVEN_VERSION }}.jar body: | ## Version ${{ steps.tag.outputs.tag }}