name: Create UnityPackage description: Create a .unitypackage from Unity project files with .meta files inputs: projectDir: description: Path to the root of your Unity project required: true filesDir: description: Subfolder to pack (relative to projectDir) required: true output: description: Output path for the .unitypackage file required: true runs: using: "node20" main: "index.js"