builds godot
Diffstat (limited to '.github/workflows/reusable-build.yml')
| -rw-r--r-- | .github/workflows/reusable-build.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 93773ad..2c0a0db 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -255,3 +255,13 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} name: ${{ inputs.name }} + + release: + name: Create/update a release + runs-on: ubuntu-latest + needs: [tools, templates] + steps: + - uses: bend-n/godot-builds/.github/actions/release@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + name: ${{ inputs.name }} |