mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29: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
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
shell: sh
|
||||||
steps:
|
steps:
|
||||||
- run: "wget https://github.com/CompeyDev/setup-lune/releases/download/latest/setup-lune-${{ runner.os }}-x86_64.zip"
|
- 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"
|
- run: "unzip setup-lune-${{ runner.os }}-x86_64.zip"
|
||||||
|
|
Loading…
Reference in a new issue