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 ""