mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-26 00:46: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 }}
|
||||
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
|
||||
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user