Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent 135ba11 commit f0cfa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: env_isPrerelease
run: |
chcp 65001
$result = (${{steps.tag.outputs.tag} -like "*beta*" -as [string]).ToLower()
echo isPrerelease=$result >> $GITHUB_ENV
$result = (${{steps.tag.outputs.tag}} -like "*beta*" -as [string]).ToLower()
echo "isPrerelease=$result" >> $GITHUB_ENV
- name: tree
run: chcp 65001 && cmd /c tree ./build /F && echo ${{needs.publish_release.outputs.isPrerelease}}
- name: Create release
Expand Down

0 comments on commit f0cfa2b

Please sign in to comment.