From 5055259171b38a692bb80582ccf5716a2c0ee2d6 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 31 Oct 2021 20:16:06 +0000 Subject: [PATCH] Output correct debug data... --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bb2474..2144e1c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -531,7 +531,7 @@ jobs: TYPE=$(git cat-file -t $GITHUB_REF) echo ========== echo REF=$GITHUB_REF - echo TAGTYPE=$GITHUB_REF + echo TAGTYPE=$TYPE echo ========== echo git cat-file $TYPE $GITHUB_REF git cat-file $TYPE $GITHUB_REF @@ -575,7 +575,7 @@ jobs: echo "::set-output name=TAGTYPE::$TYPE" echo ========== echo REF=$GITHUB_REF - echo TAGTYPE=$GITHUB_REF + echo TAGTYPE=$TYPE - name: Fetch all Artifacts if: steps.get_tagtype.outputs.TAGTYPE == 'tag'