Skip to content

Commit

Permalink
need to paginate
Browse files Browse the repository at this point in the history
Signed-off-by: Bettina Heim <heimb@outlook.com>

Signed-off-by: Bettina Heim <heimb@outlook.com>
  • Loading branch information
bettinaheim authored Nov 1, 2024
1 parent 9cf64f3 commit 469beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
artifacts_url=${{ github.event.workflow_run.artifacts_url }}
echo "Artifacts downloaded from https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}" >> $GITHUB_STEP_SUMMARY
fi
artifacts=$(gh api $artifacts_url -q '.artifacts[] | {name: .name, url: .archive_download_url}')
artifacts=$(gh api $artifacts_url --paginate -q '.artifacts[] | {name: .name, url: .archive_download_url}')
function download {
gh api $1 > info.zip
Expand Down

0 comments on commit 469beb9

Please sign in to comment.