mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-21 23:06:37 +08:00
Bugfixes
This commit is contained in:
parent
4e4fe513e3
commit
43469f498a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -20,8 +20,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Generate release info
|
||||
run: |
|
||||
chmod +x tools/create_release_info.sh
|
||||
./tools/create_release_info.sh ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} ${{github.run_number}}
|
||||
cd tools
|
||||
chmod +x create_release_info.sh
|
||||
./create_release_info.sh ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} ${{github.run_number}}
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
@ -74,7 +74,10 @@ git log -1 --pretty=%B > ../commit_message.txt
|
||||
#Add LICENSE
|
||||
mv LICENSE.txt ..
|
||||
|
||||
#Build build_meta.json
|
||||
#TODO
|
||||
|
||||
#Cleanup
|
||||
rm *.txt
|
||||
cd ..
|
||||
rm *.txt
|
||||
rm -rf jcef
|
||||
|
Loading…
Reference in New Issue
Block a user