Add automatic CI to build artifacts #1
@@ -24,3 +24,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: InnkeeperBot
|
name: InnkeeperBot
|
||||||
path: ./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}}'
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
name: Release and publish
|
|
||||||
run-name: Release from ${{ gitea.actor }} 🚀
|
|
||||||
on:
|
|
||||||
workflow_run:
|
|
||||||
workflows: ["Build artifact"]
|
|
||||||
#branches: [main]
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: InnkeeperBot
|
|
||||||
- name: Use Go Action
|
|
||||||
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