mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: fixing version extrator - fix5
This commit is contained in:
parent
46d1c14457
commit
2bf6530c58
3
.github/workflows/cooker-selfhosted.yml
vendored
3
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue