mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 16:36:37 +08:00
Fix LICENSE detection
This commit is contained in:
parent
36c65e7b41
commit
c34561253e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: tools/LICENSE.txt
|
asset_path: tools/LICENSE
|
||||||
asset_name: LICENSE
|
asset_name: LICENSE
|
||||||
asset_content_type: text/plain
|
asset_content_type: text/plain
|
||||||
- name: Add build_meta.json
|
- name: Add build_meta.json
|
||||||
|
@ -54,11 +54,11 @@ echo "" >> $GITHUB_ENV
|
|||||||
#Readme
|
#Readme
|
||||||
(
|
(
|
||||||
(
|
(
|
||||||
echo "#####Update JCEF to ["
|
echo "**Update JCEF to ["
|
||||||
cat ../commit_id.txt
|
cat ../commit_id.txt
|
||||||
echo "]("
|
echo "]("
|
||||||
cat ../commit_url.txt
|
cat ../commit_url.txt
|
||||||
echo ")"
|
echo ")**"
|
||||||
) | awk '{print}' ORS=''
|
) | awk '{print}' ORS=''
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user