Skip to content

Commit

Permalink
update v1.0.13-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent fc4a89f commit 44ce9bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ jobs:

- name: env_isPrerelease
run: |
chcp 65001
$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
cmd /c echo "isPrerelease=$result" >> $GITHUB_ENV
echo "${{ env.isPrerelease }}"
- name: tree
run: |
chcp 65001
cmd /c tree ./build /F
echo "$GITHUB_ENV"
echo "${{ env.isPrerelease }}"
echo "${{ needs.publish_release.outputs.isPrerelease }}"
- name: Create release
Expand Down

0 comments on commit 44ce9bc

Please sign in to comment.