From e597e896bbe3d696ccc968d0ac183bd507c2f926 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:43:20 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2ce4171..64a4259 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: image: alpine commands: - apk add --no-cache curl + - mkdir -p Insignia - > 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