We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f8861 commit 019ca44Copy full SHA for 019ca44
.github/workflows/release.yml
@@ -233,8 +233,7 @@ jobs:
233
aws s3 cp "${tarball}" "s3://${AWS_S3_BUCKET}/docs/${tarball}" \
234
--cache-control "public,max-age=3600" \
235
--metadata "{\"surrogate-key\":\"${surrogate_key}\",\"surrogate-control\":\"public,max-age=604800\"}"
236
- echo "${surrogate_key}" >> purge_keys.txt
237
- echo "Purge key ${surrogate_key}"
+ echo "${surrogate_key}" >> ../purge_keys.txt
238
fi
239
done
240
@@ -264,7 +263,7 @@ jobs:
264
263
265
--metadata '{"surrogate-key":"builds builds/elixir builds/elixir/txt","surrogate-control":"public,max-age=604800"}'
266
267
- echo 'buils/elixir/txt' >> purge_keys.txt
+ echo 'builds/elixir/txt' >> purge_keys.txt
268
269
- name: Flush cache
270
run: |
0 commit comments