Skip to content

Commit

Permalink
Add Release tag workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Oct 24, 2023
1 parent 7699b2a commit af94a7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,13 @@ jobs:
addons/lua-gdextension/LICENSE
addons/lua-gdextension/*.gdextension
addons/lua-gdextension/build/libluagdextension*
- name: Release tag
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
LICENSE
addons/lua-gdextension/LICENSE
addons/lua-gdextension/*.gdextension
addons/lua-gdextension/build/libluagdextension*

0 comments on commit af94a7e

Please sign in to comment.