Browse Source

Output correct debug data...

pull/883/head
Hamish Coleman 3 years ago
parent
commit
5055259171
  1. 4
      .github/workflows/tests.yml

4
.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'

Loading…
Cancel
Save