workflows: Publish release using a job
This commit is contained in:
@@ -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}}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user