Skip to content

Commit

Permalink
Add release step to CI/CD job
Browse files Browse the repository at this point in the history
  • Loading branch information
koteq committed Mar 22, 2024
1 parent 3f870a4 commit e836d74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ jobs:
path: |
bin/${{ env.BUILD_ARCH }}/TaigaSetup.exe
bin/${{ env.BUILD_ARCH }}/Release/Taiga.exe
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bin/${{ env.BUILD_ARCH }}/Release/Taiga.exe

0 comments on commit e836d74

Please sign in to comment.