From 4e4fe513e3f90db54f97d64ed172ab4e1c386971 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 21:51:53 +0100 Subject: [PATCH] Fix script execution --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 272912e..6e592d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Generate release info run: | chmod +x tools/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}} + ./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}} - name: Create Release id: create_release uses: softprops/action-gh-release@v1