mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: add shell keys to command steps
This commit is contained in:
parent
029153aaa5
commit
30fd8b92e0
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ runs:
|
|||
shell: sh
|
||||
steps:
|
||||
- run: "wget https://github.com/CompeyDev/setup-lune/releases/download/latest/setup-lune-${{ runner.os }}-x86_64.zip"
|
||||
shell: bash
|
||||
- run: "unzip setup-lune-${{ runner.os }}-x86_64.zip"
|
||||
shell: bash
|
||||
- run: "chmod +X ./setup-lune && ./setup-lune"
|
||||
shell: bash
|
||||
- run: "rm -rf ./setup-lune"
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue