Build Artifact Packager
构建产物打包工具
Create a GitHub Action that compresses build output and uploads it as a uniquely named artifact.
创建一个GitHub Action,用于压缩构建输出并将其作为唯一命名的工件上传。
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.