We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2912e46 commit e2812bbCopy full SHA for e2812bb
1 file changed
.github/workflows/release.yml
@@ -249,7 +249,7 @@ jobs:
249
sudo apt install -y awscli curl jq
250
251
for DIST in trixie; do
252
- aws s3 cp s3://apt.defguard.net/dists/{$DIST}/Release .
+ aws s3 cp s3://apt.defguard.net/dists/${DIST}/Release .
253
254
curl -X POST "${{ secrets.DEFGUARD_SIGNING_URL }}?signature_type=both" \
255
-H "Authorization: Bearer ${{ secrets.DEFGUARD_SIGNING_API_KEY }}" \
0 commit comments