This commit is contained in:
Eric Soroos 2021-02-27 11:54:33 +01:00
parent f194d9e6e2
commit 2d52a9fcf2

View File

@ -27,7 +27,7 @@ jobs:
path: ./out/artifacts path: ./out/artifacts
- name: Upload Legacy Crash - name: Upload Legacy Crash
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: steps.run.outcome == 'success': if: steps.run.outcome == 'success'
with: with:
name: crash name: crash
path: ./out/crash* path: ./out/crash*