kitgit

tirbofish/dropbear · commit

c92d35a34090fc5e09655715e3e96a731a3139ef

ci: new fix jarvis, run github actions

Unverified

Thribhu K <4tkbytes@pm.me> · 2026-02-01 06:12

view full diff

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index eb6773a..c09330a 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -48,7 +48,7 @@ jobs:
         shell: bash
         run: |
           VERSION=${{ steps.slang_release.outputs.release }}
-          VERSION=${VERSION#v}  # Remove 'v' prefix
+          VERSION=${VERSION#v}
 
           echo "Downloading Slang ${VERSION}"