nandi/nimstaticpublic Fork 0
691dd59
Commits
Clone
git clone https://git.rickub.com/nandi/nimstatic.git
git clone ssh://git@rickub.com/nandi/nimstatic.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ci: quote the dispatch input description, and bump to 0.1.3

An unquoted ": " inside the description is a plain-scalar colon; PyYAML reads
it, the runner's parser does not, and the whole workflow failed to parse.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-19T18:03:46-07:00 Browse files
691dd59 parent: 8f17878
modified .rickub/workflows/release.yml +1 -1
@@ -11,7 +11,7 @@ on:
1111 workflow_dispatch:
1212 inputs:
1313 tag:
14- description: Existing tag to (re)build and attach binaries to (default: the newest v*)
14+ description: "Existing tag to rebuild; defaults to the newest v* tag"
1515 required: false
1616
1717 permissions:
@@ -11,7 +11,7 @@ on:
11 workflow_dispatch:11 workflow_dispatch:
12 inputs:12 inputs:
13 tag:13 tag:
14- description: Existing tag to (re)build and attach binaries to (default: the newest v*)14+ description: "Existing tag to rebuild; defaults to the newest v* tag"
15 required: false15 required: false
16 16
17 permissions:17 permissions:
modified nimstatic.nimble +1 -1
@@ -1,4 +1,4 @@
1-version = "0.1.2"
1+version = "0.1.3"
22 author = "nandi"
33 description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine"
44 license = "MIT"
@@ -1,4 +1,4 @@
1-version = "0.1.2"1+version = "0.1.3"
2 author = "nandi"2 author = "nandi"
3 description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine"3 description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine"
4 license = "MIT"4 license = "MIT"