diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index ef29e3c..fce8cf3 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -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: