You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to deploy using Github Actions everything works fine until the the CDK step where it fails as it does not find the deployment project.
Expected Behavior
Project should deploy as it does locally
Current Behavior
Generating AWS Cloud Development Kit (AWS CDK) deployment project
Unhandled exception. This is a bug. Please copy the stack trace below and file a bug at https://github.com/aws/aws-dotnet-deploy.
Basepath argument is not fully qualified. (Parameter 'basePath')
at System.IO.Path.GetFullPath(String path, String basePath)
at AWS.Deploy.Common.IO.DirectoryManager.GetAbsolutePath(String referenceFullPath, String targetRelativePath) in C:\build\src\AWS.Deploy.Common\IO\DirectoryManager.cs:line 94
at AWS.Deploy.Orchestration.OptionSettingHandler.GetOptionSettingsMap(Recommendation recommendation, ProjectDefinition projectDefinition, IDirectoryManager directoryManager, OptionSettingsType optionSettingsType) in C:\build\src\AWS.Deploy.Orchestration\OptionSettingHandler.cs:line 484
at AWS.Deploy.Orchestration.CdkAppSettingsSerializer.Build(CloudApplication cloudApplication, Recommendation recommendation, OrchestratorSession session) in C:\build\src\AWS.Deploy.Orchestration\CdkAppSettingsSerializer.cs:line 60
at AWS.Deploy.Orchestration.CdkProjectHandler.ConfigureCdkProject(OrchestratorSession session, CloudApplication cloudApplication, Recommendation recommendation) in C:\build\src\AWS.Deploy.Orchestration\CdkProjectHandler.cs:line 83
at AWS.Deploy.Orchestration.DeploymentCommands.CdkDeploymentCommand.ExecuteAsync(Orchestrator orchestrator, CloudApplication cloudApplication, Recommendation recommendation) in C:\build\src\AWS.Deploy.Orchestration\DeploymentCommands\CdkDeploymentCommand.cs:line 38
at AWS.Deploy.Orchestration.Orchestrator.DeployRecommendation(CloudApplication cloudApplication, Recommendation recommendation) in C:\build\src\AWS.Deploy.Orchestration\Orchestrator.cs:line [252](https://github.com/shalotelli/resumai/actions/runs/9533144725/job/26276060027#step:8:253)
at AWS.Deploy.CLI.Commands.DeployCommand.ExecuteAsync(String applicationName, String deploymentProjectPath, SaveSettingsConfiguration saveSettingsConfig, DeploymentSettings deploymentSettings) in C:\build\src\AWS.Deploy.CLI\Commands\DeployCommand.cs:line 139
at AWS.Deploy.CLI.Commands.CommandFactory.<BuildDeployCommand>b__45_0(DeployCommandHandlerInput input) in C:\build\src\AWS.Deploy.CLI\Commands\CommandFactory.cs:line 261
Error: Process completed with exit code 255.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
When attempting to deploy using Github Actions everything works fine until the the CDK step where it fails as it does not find the deployment project.
Expected Behavior
Project should deploy as it does locally
Current Behavior
Reproduction Steps
create github actions with the following config
Possible Solution
No response
Additional Information/Context
No response
Version used
1.20.8+645648dd1e
Operating System and version
Mac OS Sonoma 14.5
The text was updated successfully, but these errors were encountered: