From 28579979b13a352919932750dcd96943e205b367 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Fri, 17 Dec 2021 12:02:30 +0700 Subject: [PATCH] test build windows --- .github/workflows/build-analyze-win.yml | 5 +++++ 1 file changed, 5 insertions(+) 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