diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bb15364..e4f7b32 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,3 +32,8 @@ jobs: with: name: Application path: Switchy\Switchy\Release + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: Switchy\Switchy\Switchy.exe