From c34561253e270868072a720b3c4523263df060da Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 22:37:02 +0100 Subject: [PATCH] Fix LICENSE detection --- .github/workflows/build.yml | 2 +- tools/create_release_info.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84138b0..1096bfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: tools/LICENSE.txt + asset_path: tools/LICENSE asset_name: LICENSE asset_content_type: text/plain - name: Add build_meta.json diff --git a/tools/create_release_info.sh b/tools/create_release_info.sh index 0483350..653b6f1 100755 --- a/tools/create_release_info.sh +++ b/tools/create_release_info.sh @@ -54,11 +54,11 @@ echo "" >> $GITHUB_ENV #Readme ( ( - echo "#####Update JCEF to [" + echo "**Update JCEF to [" cat ../commit_id.txt echo "](" cat ../commit_url.txt - echo ")" + echo ")**" ) | awk '{print}' ORS='' echo "" echo ""