From 3954c812f00cc56421d42b0679c28e7a7d5e51c8 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:41:29 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 356e6f4..2ce4171 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,5 +33,5 @@ steps: commands: - apk add --no-cache curl - > - curl -sLO $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | - grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l \ No newline at end of file + curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" | + grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia \ No newline at end of file