fix again
This commit is contained in:
parent
fff1ffad29
commit
bc0781c8f5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-analyze-win.yml
vendored
3
.github/workflows/build-analyze-win.yml
vendored
|
@ -87,6 +87,9 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
prerelease: true
|
||||||
tag_name: ${{ steps.tag.outputs.release_tag }}
|
tag_name: ${{ steps.tag.outputs.release_tag }}
|
||||||
files: dist/Cider Setup 1.0.0.exe
|
files: dist/Cider Setup 1.0.0.exe
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue