Skip to content

Commit 7973526

Browse files
authored
List whole directory (#631)
1 parent 817a2f4 commit 7973526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ jobs:
238238
aws s3 cp Release.gpg s3://apt.defguard.net/dists/${DIST}/ --acl public-read
239239
aws s3 cp InRelease s3://apt.defguard.net/dists/${DIST}/ --acl public-read
240240
241-
aws s3 ls s3://apt.defguard.net/dists/ --recursive | awk '{print "<a href=\""$4"\">"$4"</a><br>"}' > index.html
242-
aws s3 cp index.html s3://apt.defguard.net/ --acl public-read
243241
done
242+
(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
243+
aws s3 cp index.html s3://apt.defguard.net/ --acl public-read
244244
245245
update-aur:
246246
needs:

0 commit comments

Comments
 (0)