tangled
alpha
login
or
join now
arimelody.space
/
vodular
0
fork
atom
Helper tool for stitching together livestream VOD segments and uploading them to YouTube!
0
fork
atom
overview
issues
pulls
pipelines
fix forgejo actions
arimelody.space
1 month ago
34065bd0
aa28ffed
+4
-2
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
build-release.yaml
+4
-2
.forgejo/workflows/build-release.yaml
···
1
1
on:
2
2
push:
3
3
-
branches:
4
4
-
- main
3
3
+
tags:
4
4
+
- 'v*'
5
5
6
6
jobs:
7
7
build-linux-amd64:
···
24
24
with:
25
25
direction: upload
26
26
token: ${{ secrets.RELEASE_TOKEN }}
27
27
+
tag: ${{ env.GITHUB_REF_NAME }}
28
28
+