mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(action.yml): add shell key
This commit is contained in:
parent
9679116382
commit
603fd520bc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ inputs:
|
|||
required: false
|
||||
runs:
|
||||
using: "composite"
|
||||
shell: sh
|
||||
steps:
|
||||
- run: "wget https://github.com/CompeyDev/setup-lune/releases/download/latest/setup-lune-${{ runner.os }}-x86_64.zip"
|
||||
- run: "unzip setup-lune-${{ runner.os }}-x86_64.zip"
|
||||
|
|
Loading…
Reference in a new issue