workflows: Publish release using a job
Some checks failed
Build artifact / build (push) Successful in 17s
Build artifact / release (push) Failing after 9s

This commit is contained in:
MatteoSchiff
2024-03-13 14:44:06 +01:00
parent 29f03992a4
commit f1d241ee6a
2 changed files with 16 additions and 23 deletions

View File

@@ -24,3 +24,19 @@ jobs:
with:
name: InnkeeperBot
path: ./InnkeeperBot
release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v2
with:
name: InnkeeperBot
- name: Release artifact
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
InnkeeperBot
api_key: '${{secrets.RELEASE_TOKEN}}'