From 59c04629408d58978884fadd18755f1a15f96157 Mon Sep 17 00:00:00 2001 From: Maximo Guk <62088388+Maximo-Guk@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:20:12 -0600 Subject: [PATCH] Add missing changeset for using randomUUID for wrangler artifacts dir --- .changeset/brown-planets-clean.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/brown-planets-clean.md diff --git a/.changeset/brown-planets-clean.md b/.changeset/brown-planets-clean.md new file mode 100644 index 0000000..a49bf20 --- /dev/null +++ b/.changeset/brown-planets-clean.md @@ -0,0 +1,5 @@ +--- +"wrangler-action": patch +--- + +Fixes #317: Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.