mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-05 16:53:54 +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/*.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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user