mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Prevent dropping of LICENSE
This commit is contained in:
parent
e4ebc99527
commit
5d0b32fd8d
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ out
|
|||||||
tools/*.txt
|
tools/*.txt
|
||||||
tools/*.md
|
tools/*.md
|
||||||
tools/*.json
|
tools/*.json
|
||||||
|
tools/LICENSE
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ echo "" >> $GITHUB_ENV
|
|||||||
) > ../release_message.md
|
) > ../release_message.md
|
||||||
|
|
||||||
#Add LICENSE
|
#Add LICENSE
|
||||||
mv LICENSE.txt ..
|
mv LICENSE.txt ../LICENSE
|
||||||
|
|
||||||
#Build build_meta.json
|
#Build build_meta.json
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user