From 2edc096fb0603c452fd72c46ba64178b53a649c4 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 28 Dec 2025 12:50:25 +1300 Subject: [PATCH] fix gitea runner script --- .gitea/workflows/test-and-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test-and-publish.yaml b/.gitea/workflows/test-and-publish.yaml index 8a950b7..00fe5b2 100644 --- a/.gitea/workflows/test-and-publish.yaml +++ b/.gitea/workflows/test-and-publish.yaml @@ -20,6 +20,7 @@ jobs: run: | # Install dropshell curl -fsSL https://getbin.xyz/dropshell-install | bash + ~/.local/bin/dropshell create-config ~/.local/bin/dropshell install # Install jq for JSON parsing