mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +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/*.md
|
||||
tools/*.json
|
||||
tools/LICENSE
|
||||
|
||||
|
@ -79,7 +79,7 @@ echo "" >> $GITHUB_ENV
|
||||
) > ../release_message.md
|
||||
|
||||
#Add LICENSE
|
||||
mv LICENSE.txt ..
|
||||
mv LICENSE.txt ../LICENSE
|
||||
|
||||
#Build build_meta.json
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user