Helper tool for stitching together livestream VOD segments and uploading them to YouTube!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix forgejo actions

+4 -2
+4 -2
.forgejo/workflows/build-release.yaml
··· 1 1 on: 2 2 push: 3 - branches: 4 - - main 3 + tags: 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 + tag: ${{ env.GITHUB_REF_NAME }} 28 +