Compare commits

..

1 commit

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

View file

@ -35,7 +35,6 @@ 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)