Skip to content

Commit

Permalink
update v1.0.13-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent b397327 commit eb467fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ jobs:
chcp 65001
$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
echo "isPrerelease=$result" >> $GITHUB_ENV
echo "${{needs.publish_release.outputs.isPrerelease}}"
- name: tree
run: chcp 65001 && cmd /c tree ./build /F && echo ${{needs.publish_release.outputs.isPrerelease}}
run: |
chcp 65001
cmd /c tree ./build /F
- name: Create release
#if: github.event.inputs.status != 'stable'
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit eb467fe

Please sign in to comment.