From 2d2dd4863ca0e5693336a1c5af9d51aa57fb79d8 Mon Sep 17 00:00:00 2001 From: goulven Date: Wed, 3 Jan 2024 15:52:25 +0100 Subject: [PATCH] adding resources ro release --- .github/workflows/releaseDeployProd.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releaseDeployProd.yml b/.github/workflows/releaseDeployProd.yml index 7c71ce13..c099fb66 100644 --- a/.github/workflows/releaseDeployProd.yml +++ b/.github/workflows/releaseDeployProd.yml @@ -70,9 +70,15 @@ jobs: - name: Create Release uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release + with: body: ${{steps.github_release.outputs.changelog}} - +# tag_name: ${{ steps.tag.outputs.tag }} + files: | + LICENSE + api/target/api-0.0.1-SNAPSHOT.jar + ui/target/ui-0.0.1-SNAPSHOT.jar + ############################################ # Deploy API to production server ###########################################