WORKFLOW: fixing version extrator - fix5

This commit is contained in:
XargonWan 2024-07-18 13:40:36 +09:00
parent 46d1c14457
commit 2bf6530c58

View file

@ -76,7 +76,8 @@ jobs:
else else
echo "TAG=$MANIFEST_VERSION-${{ env.buildid }}" >> $GITHUB_ENV echo "TAG=$MANIFEST_VERSION-${{ env.buildid }}" >> $GITHUB_ENV
fi fi
echo "Version TAG: ${{ env.TAG }}" echo "MANIFEST_VERSION: $MANIFEST_VERSION"
echo "Version TAG: $TAG"
# backing up manifest in case download fails and hashes must be recalculated # backing up manifest in case download fails and hashes must be recalculated
- name: Manifest backup - name: Manifest backup