disable SW for now, fix lyrics, comment release for win
This commit is contained in:
parent
9542e3ce6b
commit
08874c70ea
4 changed files with 29 additions and 20 deletions
24
.github/workflows/build-analyze-win.yml
vendored
24
.github/workflows/build-analyze-win.yml
vendored
|
@ -80,16 +80,16 @@ 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: Generate release tag
|
||||
id: tag
|
||||
run: |
|
||||
echo "::set-output name=release_tag::CiderNightly_$(date +"%Y.%m.%d_%H-%M")"
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
prerelease: true
|
||||
tag_name: ${{ steps.tag.outputs.release_tag }}
|
||||
files: dist/Cider Setup 1.0.0.exe
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# - name: Generate release tag
|
||||
# id: tag
|
||||
# run: |
|
||||
# echo "::set-output name=release_tag::CiderNightly_$(date +"%Y.%m.%d_%H-%M")"
|
||||
# - name: Release
|
||||
# uses: softprops/action-gh-release@v1
|
||||
# with:
|
||||
# prerelease: true
|
||||
# tag_name: ${{ steps.tag.outputs.release_tag }}
|
||||
# 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