We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d83054 commit 985201aCopy full SHA for 985201a
1 file changed
.github/workflows/release.yml
@@ -261,6 +261,6 @@ jobs:
261
aws s3 cp Release.gpg s3://apt.defguard.net/dists/${DIST}/ --acl public-read
262
aws s3 cp InRelease s3://apt.defguard.net/dists/${DIST}/ --acl public-read
263
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
266
done
+ (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
+ aws s3 cp index.html s3://apt.defguard.net/ --acl public-read
0 commit comments