Skip to content

Commit

Permalink
🔧 Upload only generated references
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Nov 6, 2024
1 parent 5b72808 commit 74b7b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: sudo $GITHUB_WORKSPACE/tests/generate-references.sh -v ${{ matrix.version }} -s ${{ matrix.session }}
- uses: actions/upload-artifact@v3
with:
name: references-${{ matrix.version }}-${{ matrix.session }}
path: tests/references/
name: references-${{ matrix.session }}-${{ matrix.version }}
path: tests/references/*${{ matrix.session }}-${{ matrix.version }}.png

0 comments on commit 74b7b51

Please sign in to comment.