A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci artifact spindle

Major : first release

+6
+6
.tangled/workflows/release.yml
··· 18 18 CGO_ENABLED: 1 19 19 20 20 steps: 21 + - name: Setup git 22 + command: | 23 + git fetch 24 + git checkout main 25 + git pull --tags 26 + 21 27 - name: Build 22 28 command: | 23 29 TAG=$(git tag | tac | head -1)