version fix

This commit is contained in:
Kwitsch 2024-04-12 14:43:17 +00:00
parent 416599f50a
commit 59ad27701f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
else
git remote add upstream https://github.com/0xERR0R/blocky.git
git fetch upstream
echo "version=$(git describe --always --tags upstream)" >> $GITHUB_OUTPUT
echo "version=$(git describe --always --tags upstream/main)" >> $GITHUB_OUTPUT
fi
if [[ "${{ inputs.goarch }}" == "arm" ]]; then
echo "arch=${{ inputs.goarch }}${{ inputs.goarm }}" >> $GITHUB_OUTPUT