Skip to content

Commit

Permalink
Merge pull request #21 from SillyFreak/duplicate-diffs
Browse files Browse the repository at this point in the history
Use the Typst version to namespace diffs generated by typst-test
  • Loading branch information
jamesrswift authored Oct 5, 2024
2 parents 0f2872b + 2b60a74 commit eddacd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit eddacd7

Please sign in to comment.