SKi

Results 3 comments of SKi

it looks like it started with this commit: https://github.com/ersilia-os/ersilia/commit/2f3c038fb2ebab81a4da5c97929287d009071e64 ![Image](https://github.com/ersilia-os/ersilia/assets/10250297/17576a06-115a-4eb5-85e3-dfff8ae3240a) ![Image](https://github.com/ersilia-os/ersilia/assets/10250297/9c80da93-1645-4f4a-9a24-7f2866acb2a9) Try reverting this version to narrow down the source of the problem?

@GemmaTuron List of test users can be updated using the below url https://github.com/organizations/ersilia-os/settings/variables/actions ![Image](https://user-images.githubusercontent.com/10250297/219907783-9878e228-611e-48c8-b19b-926008a1dc55.png)

@miquelduranfrigola multiple paths with wildcards can be passed to collate the artifacts ``` - name: Archive multiple artifacts uses: actions/upload-artifact@v2 with: name: fetch-logs path: | dist !dist/**/*.md ```