Update ci-selftests.yml

pull/4202/head
Miro Stauder 3 years ago committed by GitHub
parent eaa94eecc9
commit b2bea69a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ jobs:
echo 'DONE'
exit $RC
- name: Archive artifacts
if: always()
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: ci-selftests-${{ env.GIT_VERSION }}-run#${{ github.run_number }}

Loading…
Cancel
Save