Skip to content

Commit

Permalink
update v1.0.13-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent 51bbb5f commit c4c2554
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 @@ -88,12 +88,12 @@ jobs:
#$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
$isPrerelease = if("${{steps.tag.outputs.tag}}" -like "*beta*") { "true" } else { "false" }
echo "isPrerelease=true" >> $GITHUB_ENV
- name: tree
run: |
echo "output: ${{ env.isPrerelease }}"
chcp 65001
cmd /c tree ./build /F
echo "$GITHUB_ENV"
echo "${{ env.isPrerelease }}"
- name: Create release
#if: github.event.inputs.status != 'stable'
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c4c2554

Please sign in to comment.