Build Artifact Packager
Create a GitHub Action that compresses build output and uploads it as a uniquely named artifact.
Prompt
Create a GitHub Action that zips up a specific directory (/dist or /build) after a successful CI run and uploads it as a build artifact. Name it using the commit SHA and timestamp.