Upload assets to release
This commit is contained in:
parent
49aa4fdedb
commit
4b7c9a6ee3
7
.github/workflows/publish_release.yaml
vendored
7
.github/workflows/publish_release.yaml
vendored
@ -29,6 +29,13 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
||||
- name: Upload Release Asset
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
build/birdbot
|
||||
sample_config.yaml
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user