Compare commits

..

1 commit

Author SHA1 Message Date
bae37e3eca
feat: use download-artifact instead of manually downloading it
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 3s
/ report-size (push) Successful in 4s
This should hopefully work on private repos too!
2025-05-13 20:32:58 +02:00

View file

@ -35,6 +35,7 @@ jobs:
comment-on-pr: ${{ github.ref_name != 'main' }} comment-on-pr: ${{ github.ref_name != 'main' }}
# Generate artifacts on main (to speed up comparisons) # Generate artifacts on main (to speed up comparisons)
generate-artifact: ${{ github.ref_name == 'main' }} generate-artifact: ${{ github.ref_name == 'main' }}
github-token: ${{ secrets.ARTIFACT_TOKEN }}
# Generate comparisons to main # Generate comparisons to main
do-comparison: 'true' do-comparison: 'true'
# This job's name (so we can find the artifacts) # This job's name (so we can find the artifacts)