Skip to content

Commit

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

0 comments on commit fc4a89f

Please sign in to comment.