Skip to content

Commit 019ca44

Browse files
committed
Investigate bugs elixir-lang#3
Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
1 parent 38f8861 commit 019ca44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ jobs:
233233
aws s3 cp "${tarball}" "s3://${AWS_S3_BUCKET}/docs/${tarball}" \
234234
--cache-control "public,max-age=3600" \
235235
--metadata "{\"surrogate-key\":\"${surrogate_key}\",\"surrogate-control\":\"public,max-age=604800\"}"
236-
echo "${surrogate_key}" >> purge_keys.txt
237-
echo "Purge key ${surrogate_key}"
236+
echo "${surrogate_key}" >> ../purge_keys.txt
238237
fi
239238
done
240239
@@ -264,7 +263,7 @@ jobs:
264263
--cache-control "public,max-age=3600" \
265264
--metadata '{"surrogate-key":"builds builds/elixir builds/elixir/txt","surrogate-control":"public,max-age=604800"}'
266265
267-
echo 'buils/elixir/txt' >> purge_keys.txt
266+
echo 'builds/elixir/txt' >> purge_keys.txt
268267
269268
- name: Flush cache
270269
run: |

0 commit comments

Comments
 (0)