Browse Source

Fix workflow syntax - of course keys cannot be defined twice

pull/880/head
Hamish Coleman 3 years ago
parent
commit
e1845136a3
  1. 1
      .github/workflows/tests.yml

1
.github/workflows/tests.yml

@ -500,7 +500,6 @@ jobs:
run: |
echo '::set-output name=TAGTYPE::$(git cat-file -t $GITHUB_REF)'
steps:
- name: Fetch all Artifacts
if: steps.get_tagtype.outputs.TAGTYPE == 'tag'
uses: actions/download-artifact@v2

Loading…
Cancel
Save