Skip to content

Commit

Permalink
fix first build
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 authored Dec 31, 2022
1 parent 630beab commit eb6f96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
echo "currenttag=${currenttag}" >> $GITHUB_ENV
echo "gitrevhead=${currentgit}" >> $GITHUB_ENV
echo 'gitupgrade<<EOF' >> $GITHUB_ENV
[ "${latestgit}" == "null" ] && latestgit=.
git log ${latestgit}..${currentgit} --oneline >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
fi
Expand Down

0 comments on commit eb6f96f

Please sign in to comment.