From 9c4c602b15fc12b739b19199430f1b0a2b5ffbc3 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 5 Jan 2024 09:41:14 +0000 Subject: [PATCH] sync: CompeyDev/lune-packaging (30fd8b92e012a3b2bc6919834ab7b5bcc468ac82) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index f479efa..32fc77f 100644 --- a/action.yml +++ b/action.yml @@ -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