diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cde09c6e..9fd19759 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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