Skip to content

Commit 985201a

Browse files
authored
List whole directory (#206)
1 parent 0d83054 commit 985201a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,6 @@ jobs:
261261
aws s3 cp Release.gpg s3://apt.defguard.net/dists/${DIST}/ --acl public-read
262262
aws s3 cp InRelease s3://apt.defguard.net/dists/${DIST}/ --acl public-read
263263
264-
aws s3 ls s3://apt.defguard.net/dists/ --recursive | awk '{print "<a href=\""$4"\">"$4"</a><br>"}' > index.html
265-
aws s3 cp index.html s3://apt.defguard.net/ --acl public-read
266264
done
265+
(aws s3 ls s3://apt.defguard.net/dists/ --recursive; aws s3 ls s3://apt.defguard.net/pool/ --recursive) | awk '{print "<a href=\""$4"\">"$4"</a><br>"}' > index.html
266+
aws s3 cp index.html s3://apt.defguard.net/ --acl public-read

0 commit comments

Comments
 (0)