From 43469f498aef8ddbd70d7a6b9f0261e8222f96cb Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 21:59:50 +0100 Subject: [PATCH] Bugfixes --- .github/workflows/build.yml | 5 +++-- tools/create_release_info.sh | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e592d5..763448a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/tools/create_release_info.sh b/tools/create_release_info.sh index 4b352be..edbac5b 100755 --- a/tools/create_release_info.sh +++ b/tools/create_release_info.sh @@ -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