Add automatic CI to build artifacts #1

Merged
Matte23 merged 8 commits from feature/workflows into master 2024-07-09 20:43:42 +00:00
Showing only changes of commit 2abf750fc6 - Show all commits

View File

@@ -38,6 +38,7 @@ jobs:
go-version: 1.21 go-version: 1.21
- name: Release artifact - name: Release artifact
id: use-go-action id: use-go-action
if: startsWith(gitea.event.ref, 'refs/tags/v')
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-