Skip to content
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

removed unnecessary suffix for exported solution name #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bambooch
Copy link

The managed solution is exported in the Export solution as managed step of the convert-to-managed job with the solution-output-file property set as ${{ inputs.solution_shipping_folder}}/${{ inputs.solution_name }}.zip. The step Import solution to prod env in the release-to-staging job then tries to reference this file with the solution-file property set to ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}_managed.zip but this file doesn't exist resulting in a failed workflow run. Removing the _managed suffix from the file name that is trying to be resolved solves this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant