From 2b60a74bd44d4ac2b8dd9827c49bc499681e5a30 Mon Sep 17 00:00:00 2001 From: Clemens Koza Date: Sat, 5 Oct 2024 11:35:03 +0200 Subject: [PATCH] namespace generated diffs --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd6bc86..75d2ec0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,7 @@ jobs: tag: ci-semi-stable - name: Setup typst + id: setup-typst uses: typst-community/setup-typst@v3 with: typst-version: ${{ matrix.typst-version }} @@ -56,7 +57,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: diffs + name: typst-${{ steps.setup-typst.outputs.typst-version }}-diffs path: | tests/**/diff/*.png tests/**/out/*.png