test build windows
This commit is contained in:
parent
37e34b77a6
commit
28579979b1
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-analyze-win.yml
vendored
5
.github/workflows/build-analyze-win.yml
vendored
|
@ -80,3 +80,8 @@ jobs:
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: dist/
|
path: dist/
|
||||||
# The desired behavior if no files are found using the provided path.
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue