tangled
alpha
login
or
join now
regnault.dev
/
spindle-artifact
7
fork
atom
A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci
artifact
spindle
7
fork
atom
overview
issues
pulls
pipelines
Major : first release
regnault.dev
3 months ago
131847ab
5efaf20b
1/1
next-tag.yml
success
5s
+6
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
release.yml
+6
.tangled/workflows/release.yml
reviewed
···
18
18
CGO_ENABLED: 1
19
19
20
20
steps:
21
21
+
- name: Setup git
22
22
+
command: |
23
23
+
git fetch
24
24
+
git checkout main
25
25
+
git pull --tags
26
26
+
21
27
- name: Build
22
28
command: |
23
29
TAG=$(git tag | tac | head -1)