diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 8a1436adf..0caf49171 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -47,3 +47,13 @@ jobs: solidproject/conformance-test-harness --output=/reports --target=https://github.com/solid/conformance-test-harness/css + - name: Sanitize branch name for artifact upload + id: sanitize + uses: yeouchien/sanitize-branch-name-action@v1 + with: + branch-name: ${{ matrix.branch }} + - name: Save the reports + uses: actions/upload-artifact@v2 + with: + name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports + path: reports