mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-07 01:33:46 +08:00
Prevent dropping of LICENSE
This commit is contained in:
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
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user