diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 17d8f248..de7513a6 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -80,3 +80,8 @@ jobs: # A file, directory or wildcard pattern that describes what to upload path: dist/ # The desired behavior if no files are found using the provided path. + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: dist/Cider Setup 1.0.0.exe \ No newline at end of file