fix workflow
This commit is contained in:
parent
e19bbc4115
commit
a0b93c1d5d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build-analyze-win.yml
vendored
10
.github/workflows/build-analyze-win.yml
vendored
|
@ -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
|
||||
|
||||
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