diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 1e28d221..5d46cd95 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -81,8 +81,8 @@ jobs: 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 + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: dist/Cider Setup 1.0.0.exe +