Update ci-basictests.yml

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

@ -185,12 +185,12 @@ jobs:
exit $RC
- name: Fix premissions
if: always()
if: ${{ always() }}
run: |
sudo chmod -R 777 ${{ github.workspace }}/*
- name: Archive artifacts
if: failure()
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: ci-selftests-${{ env.GIT_VERSION }}-run#${{ github.run_number }}

Loading…
Cancel
Save