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.