diff --git a/package/action/action.yml b/package/action/action.yml index f479efa..32fc77f 100644 --- a/package/action/action.yml +++ b/package/action/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