test
Some checks failed
release / release (push) Failing after 29s

This commit is contained in:
2024-10-10 20:17:32 +02:00
parent bed0310547
commit 7741f66b9a

View File

@@ -9,16 +9,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: go build
run: go build -o bin/myapp
- name: Use Go Action
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
bin/**
**
api_key: '${{secrets.RELEASE_TOKEN}}'