Update action.yaml
This commit is contained in:
parent
ce864a1750
commit
d5ab859b68
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,10 @@ outputs:
|
|||
beef-path:
|
||||
description: "The absolute path to the BeefBuild executable."
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: './install.sh'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- run: ./install.sh
|
||||
shell: bash
|
||||
branding:
|
||||
icon: 'code'
|
||||
color: 'yellow'
|
Loading…
Add table
Reference in a new issue