Skip to content

Commit 75ebbf0

Browse files
authored
github/update: Add recursive flag to download sync (#38)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 5a47657 commit 75ebbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- run: |
2323
mkdir ./debs/import
24-
gsutil -mq rsync gs://envoy-apt-cache/debs ./debs/import/
24+
gsutil -mq rsync -r gs://envoy-apt-cache/debs ./debs/import/
2525
ls -alh debs/import/
2626
2727
- run: |

0 commit comments

Comments
 (0)