add bunch of stuff

This commit is contained in:
Lukas Greve
2025-07-10 17:22:00 +02:00
parent 8ae83fca49
commit ffb595ab41
5 changed files with 52 additions and 19 deletions

View File

@@ -0,0 +1,21 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Go Action
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'