Update Build mR-NB.yml

add debug
This commit is contained in:
Dimitrij
2025-08-08 03:11:46 +01:00
committed by GitHub
parent 81fbe68e3b
commit 952d87f858

View File

@@ -86,6 +86,7 @@ jobs:
run: |
# Create tag name
TAG="v${{ needs.Build-Release.outputs.version }}-${{ needs.Build-Release.outputs.build }}-${GITHUB_RUN_NUMBER}"
echo "Tag: "v${{ needs.Build-Release.outputs.version }}-${{ needs.Build-Release.outputs.build }}-${GITHUB_RUN_NUMBER}""
# Create release with tag and attach artifact
gh release create "$TAG" \