feat: use download-artifact instead of manually downloading it
This should hopefully work on private repos too!
This commit is contained in:
parent
b079370cb2
commit
561ab5a516
3 changed files with 48 additions and 80 deletions
|
@ -35,6 +35,7 @@ jobs:
|
|||
comment-on-pr: ${{ github.ref_name != 'main' }}
|
||||
# Generate artifacts on main (to speed up comparisons)
|
||||
generate-artifact: ${{ github.ref_name == 'main' }}
|
||||
github-token: ${{ secrets.ARTIFACT_TOKEN }}
|
||||
# Generate comparisons to main
|
||||
do-comparison: 'true'
|
||||
# This job's name (so we can find the artifacts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue