Upload assets to release

This commit is contained in:
Layla 2022-10-29 23:57:28 -04:00
parent 49aa4fdedb
commit 4b7c9a6ee3

View File

@ -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: