mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
ci(package): run curl once per line
This commit is contained in:
parent
fd8e25608f
commit
0493bcec31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-push.yaml
vendored
2
.github/workflows/package-push.yaml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
needs: build-pkg
|
||||
steps:
|
||||
- name: "Download all release assets"
|
||||
run: curl -s https://api.github.com/repos/engineer-man/piston/releases/latest | jq '.assets[].browser_download_url' -r | xargs curl -sLO
|
||||
run: curl -s https://api.github.com/repos/engineer-man/piston/releases/latest | jq '.assets[].browser_download_url' -r | xargs -L 1 curl -sLO
|
||||
- name: "Generate index file"
|
||||
run: |
|
||||
echo "" > index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue