Skip to content

Commit

Permalink
fix tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Mar 8, 2023
1 parent 79465e6 commit f240c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
[ -z $(echo "$LAST_BUILD" |grep '-') ] \
&& BUILD="${NANO_VERSION}-0.${SUBBUILD}" \
|| BUILD="${NANO_VERSION}.${SUBBUILD}"
else
BUILD="${NANO_VERSION}"
fi
echo "New Build: ${BUILD}"
echo "build=${BUILD}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f240c13

Please sign in to comment.