Add missing changeset for using randomUUID for wrangler artifacts dir

This commit is contained in:
Maximo Guk 2024-11-05 15:20:12 -06:00
parent 4d045615a9
commit 59c0462940
No known key found for this signature in database
GPG key ID: 6ACC2847315F8810

View file

@ -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.