From fcbcec46ef62fecf843a0b39833c82b86dbba376 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:45:40 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 64a4259..6d7c9bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,4 +35,5 @@ steps: - 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 + grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia + - git push \ No newline at end of file