This commit is contained in:
FriwiDev 2021-11-15 21:59:50 +01:00
parent 4e4fe513e3
commit 43469f498a
2 changed files with 7 additions and 3 deletions

View File

@ -20,8 +20,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Generate release info - name: Generate release info
run: | run: |
chmod +x tools/create_release_info.sh cd tools
./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}} 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 - name: Create Release
id: create_release id: create_release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1

View File

@ -74,7 +74,10 @@ git log -1 --pretty=%B > ../commit_message.txt
#Add LICENSE #Add LICENSE
mv LICENSE.txt .. mv LICENSE.txt ..
#Build build_meta.json
#TODO
#Cleanup #Cleanup
rm *.txt
cd .. cd ..
rm *.txt
rm -rf jcef rm -rf jcef