Skip to content

Commit eddacd7

Browse files
authored
Merge pull request typst-community#21 from SillyFreak/duplicate-diffs
Use the Typst version to namespace diffs generated by typst-test
2 parents 0f2872b + 2b60a74 commit eddacd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
tag: ci-semi-stable
4646

4747
- name: Setup typst
48+
id: setup-typst
4849
uses: typst-community/setup-typst@v3
4950
with:
5051
typst-version: ${{ matrix.typst-version }}
@@ -56,7 +57,7 @@ jobs:
5657
uses: actions/upload-artifact@v4
5758
if: always()
5859
with:
59-
name: diffs
60+
name: typst-${{ steps.setup-typst.outputs.typst-version }}-diffs
6061
path: |
6162
tests/**/diff/*.png
6263
tests/**/out/*.png

0 commit comments

Comments
 (0)