We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817a2f4 commit 7973526Copy full SHA for 7973526
.github/workflows/release.yaml
@@ -238,9 +238,9 @@ jobs:
238
aws s3 cp Release.gpg s3://apt.defguard.net/dists/${DIST}/ --acl public-read
239
aws s3 cp InRelease s3://apt.defguard.net/dists/${DIST}/ --acl public-read
240
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
243
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
244
245
update-aur:
246
needs:
0 commit comments