-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix workflow #607
fix workflow #607
Conversation
Signed-off-by: YiscahLevySilas1 <[email protected]>
PR Description updated to latest commit (ae62d2c) |
Summary:
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
User description
Overview
Type
bug_fix
Description
.github/workflows/create-release-v2.yaml
by updating theDOWNLOAD_ARTIFACT_PATH
to use an environment variable instead of a job output. This change ensures that the correct artifact path is utilized during the release process.Changes walkthrough
create-release-v2.yaml
Fix Workflow by Updating Artifact Path Reference
.github/workflows/create-release-v2.yaml
DOWNLOAD_ARTIFACT_PATH
from a job output to an environmentvariable.