mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 23:56:37 +08:00
Fix script execution
This commit is contained in:
parent
c30360828d
commit
4e4fe513e3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user