mirror of
https://github.com/CompeyDev/setup-lune.git
synced 2025-04-03 17:30:54 +01:00
sync: CompeyDev/lune-packaging (30fd8b92e012a3b2bc6919834ab7b5bcc468ac82)
This commit is contained in:
parent
ced88ac80a
commit
9c4c602b15
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…
Add table
Reference in a new issue