Fix LICENSE detection

This commit is contained in:
FriwiDev 2021-11-15 22:37:02 +01:00
parent 36c65e7b41
commit c34561253e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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