We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11d1f2 + 25e0d48 commit 259f866Copy full SHA for 259f866
src/index.js
@@ -91,7 +91,7 @@ async function run() {
91
// Use environment file to set output (GitHub Actions best practice)
92
const outputEnv = process.env.GITHUB_OUTPUT;
93
if (outputEnv) {
94
- fs.appendFileSync(outputEnv, `package-artifact-path=${destPath}\n`);
+ fs.appendFileSync(outputEnv, `package-artifact-path=${actionDirectory}/${fileName}\n`);
95
}
96
console.log(`Package artifact saved at: ${destPath}`);
97
0 commit comments